You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQLite is a lightweight, serverless, self-contained, transactional SQL database engine. Unlike traditional database systems like MySQL or PostgreSQL, SQLite doesn’t run as a separate server process. Instead, it is embedded directly into the application that uses it.