Sqlite

From wikinotes

SQLite is a tiny embeddable SQL database.
The entire database is stored in a single file.

Documentation

homepage https://sqlite.org/index.html
official docs https://sqlite.org/docs.html
tutorial https://www.sqlitetutorial.net/

Locations

~/.sqliterc config

Notes

sqlite datatypes
sqlite syntax
sqlite client
sqlite replication