Does netlify support SQLite?

Hello my friends,

Everything is on the title. I just want to know this before starting a project using SQLite ^^

Thank you

Hi, @zonetecde. You can use SQLite in both functions and during the build and deploy process. There is no application server at Netlify so to run code after the deploy it must be done in functions (or edge functions). That said, SQLite is supported in the places where your code can run (the build system, functions, and edge functions).