SQLite

SQLite

Relational Database Management


What is SQLite?.

SQLite is a relational database management system contained in a C programming library ,it is an embedded SQL database engine. Unlike most other SQL databases, SQLite does not have a separate server process. SQLite reads and writes directly to ordinary disk files. A complete SQL database with multiple tables, indices, triggers, and views is contained in a single disk file. SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.


Maintained by License Type Popular Examples Support Updates Developer Skills
SQLite developers Public domain sqlite.org/support Supported for at least one year beyond the next major version release. C programming
Often Compared to Testing Accessibility Maintained by Repository
mysql,SQL Anomaly DDT and SQLitespeed test infrastructure. SQLite developers. github.com/coleifer/sqlite-web