About SQLite
-
SQLite the most popular embedded relational database.
-
No need for external server process. The client directly accesses the file containing the data.
-
It has an in-memory version.
-
Command-line tool is called
sqlite3
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
SQLite the most popular embedded relational database.
No need for external server process. The client directly accesses the file containing the data.
It has an in-memory version.
Command-line tool is called sqlite3