Linux and Sqlite

Luca Pinasco 1 Reputation point
2019-12-16T12:14:47.21+00:00

I've read that sqlite is not working with linux app service.
Is there a plan to make it working?

or is there any other small embedded database that I can use with ef core on linux?

I have some small sites that has a small sqlite database (there isn't any simultaneos access, it is a database that contain the information on how the site is build, is a cms system).
I would like to move them on app service linux beucase it cost less, but I can't find a solution

thank you

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,874 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Rafael Canto 1 Reputation point
    2019-12-16T13:53:43.793+00:00

    Since it's already running on linux, I think it would be better to run it in a container. Did you already tried it?