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