A high-performance cross-platform local database for Flutter. Native platforms use Rust+LMDB via FFI, web uses IndexedDB for optimal performance.#nosql#ffi#rust#storage#indexeddb
A lightweight and efficient ORM for Flutter, inspired by .NET's Entity Framework and built on Sqflite. Simplifies CRUD operations and query execution, entity mapping and database transactions.#orm#sqflite#sqlite#entity-mapper#database