Skip to content

Glossary

SQLite

SQLite is a self-contained, serverless SQL database engine that stores an entire database in a single file. Because it runs embedded in the host process with zero configuration, it is the most widely deployed database in the world — found in phones, browsers and countless apps. It is fully transactional and ACID-compliant.