SQLite is a file-based RDMBS. It is appropriate for simple and reliable database management by a few simultaneous users. It is not appropriate for highly-distributed access due to file-locking restrictions.
Module Name: sqlite (see the modules page for more information)
Strangely enough, sqlite can be called with the command
$ module load sqlite ... $ sqlite3
For detailed documentation about the command line client and the C API see the SQLite home page.