Keyboard shortcuts

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

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