{"repo":"danReynolds/resqlite","free":true,"listed":false,"github":"https://github.com/danReynolds/resqlite","clone":"git clone https://github.com/danReynolds/resqlite.git","description":"High-performance, reactive SQLite for Dart and Flutter.","language":"Dart","stars":22,"topics":["flutter","reactive","sqlite"],"license":"MIT","category":"mobile-apps","readme_excerpt":"resqlite High-performance, reactive SQLite for Dart and Flutter. Write plain SQL. Stream anything. No main isolate jank. No ORM. No codegen. Visit the project site to browse interactive experiments and benchmarks. Features - Zero main-isolate jank. Reads, writes, and reactive re-queries all run on persistent worker isolates. A 5,000-row query uses sub-millisecond main-isolate time. - Reactive SQL. db.stream(sql) turns table-backed queries into live streams. Dependencies are detected automatically — works with JOINs, subqueries, views, CTEs. No table lists to maintain. - Column-aware invalidation. Writes to unrelated columns do not wake streams that cannot change. Identical queries are deduplicated, unchanged results are suppressed, and uncertain metadata falls back safely to table-level invalidation. - Just SQL. select , execute , executeBatch , transaction , stream . No ORM, no query builder, no code generation. - Encryption. Optional AES-256 encryption via SQLite3 Multiple Ciphers. Same API — just pass a key. Getting Started Or via the CLI: Performance resqlite is designed to work in the background and keep apps running smooth. Reads, writes, and stream queries all run on background worker isolates. The main isolate only receives finished results. Metric Wall time Main isolate time --- ---: ---: Point query (1 row) 0.010ms 0.010ms 1,000-row select() 0.39ms 0.09ms 10,000-row select() 4.71ms 0.90ms Batch insert (1,000 rows) 0.41ms 0.41ms Stream invalidation 0.06ms 0.06ms 104K","default_branch":null,"files":null,"tree":[],"storefront":"/r/danReynolds","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/danReynolds/resqlite/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}