Sqlite: Difference between revisions

From wikinotes
No edit summary
 
(No difference)

Latest revision as of 17:03, 12 February 2021

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