SQLite is a public-domain software package that provides a lightweight relational database management system (RDBMS). It can be used to store user-defined records in tables. SQLite is flexible in where it can run and how it can be used, such as for in-memory databases, data stores, client/server stand-ins, and as a generic SQL engine. The SQLite codebase supports multiple platforms and consists of the SQLite core, sqlite3 command-line tool, Tcl extension, and configuration/building options. SQL is the main language for interacting with relational databases like SQLite and consists of commands for data definition, manipulation, and more.