SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. The database is stored in a single cross-platform disk file. It supports terabyte-sized databases and gigabyte-sized strings and blobs.
Comments