SQLite is a DBMS
Here’s the sqlite docs. It is really useful for embedding in applications. The database is a single file on a filesystem.
Here’s the sqlite docs. It is really useful for embedding in applications. The database is a single file on a filesystem.