Sqlite

From wikinotes
Revision as of 17:03, 12 February 2021 by Will (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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