SQLite is no longer just a database for local development and unit tests. With modern hardware, fast NVMe drives, and proper configuration, it can comfortably run production SaaS applications handling ...
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 ...
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 ...
Most Android apps will need to persist user data at sometime. There are different ways to store user data, but SQLite databases are a very convenient and speedy method of saving user (or app) data and ...
This is a fork of https://github.com/andpor/react-native-sqlite-storage in order to: There are sample apps provided in test directory that can be used in with the ...
SQLite is a simple yet powerful embedded SQL database engine. Unlike other database systems, SQLite does not need to run on a server, and all information is stored in a single file on disk. SQLite is ...
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 ...
A lot of people ask me why I use SQLite as a VectorDB and how I’m doing it. This post’s for you. I’ve been using SQLite to power my recent reasoning and vector-based self-learning systems, like ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results