SQLite provides a self-contained, serverless, zero-configuration, transactional SQL database engine for mobile and desktop applications.
SQLite 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. The code for SQLite is in the public domain and is thus free for use for any purpose, commercial or private. SQLite is the most widely deployed database in the world with more applications than we can count, including several high-profile projects.
SQLite can be used with any Ionic application. A Premium integration with SQLite, built and supported by the Ionic team, is also available. The Premium SQLite integration includes fully optimized read and write capabilities, offline access for mobile applications, plus regular updates and patches.
Interested in getting official support for SQLite?
Contact SalesReach out to find out how we can help you integrate with SQLite