SQLite
SQLite is a database engine that stores all its data in a file on disk, rather than running a separate database server. I’ve used it for a lot of small projects.
SQLite is a database engine that stores all its data in a file on disk, rather than running a separate database server. I’ve used it for a lot of small projects.