SQLite has an incredibly small footprint. The database itself, its DLLs and the complimentary diff and analyzer tools are less than 15 MB in size. It's perfect for small mobile devices, advanced ...
Sometimes, you need to store more complex data in your app than just simple key/value pairs saved with a text file or Shared Preferences. Databases are ideal for storing complex data structures and ...
Lift the hood on most business applications, and you’ll find they have some way to store and use structured data. Whether it’s a client-side app, an app with a web front end, or an edge-device app, ...
SQLite is a software library that provides a relational database management system. The lite in SQLite means lightweight in terms of setup, database administration, and required resources. SQLite has ...
Quick SQLite embeds the latest version of SQLite and provides a low-level JSI-backed API to execute SQL queries. Performance metrics are intentionally not presented, anecdotic testimonies suggest ...
Native interface to sqlite in a Cordova/PhoneGap plugin for Android and iOS, with API similar to HTML5/Web SQL API. License for Android version: MIT or Apache 2.0 License for iOS version: MIT only ...
SQLite is a powerful, embedded relational database management system in a compact C library, developed by D. Richard Hipp. It offers support for a large subset of SQL92, multiple tables and indexes, ...