Beast-ORM
JSON →Beast-ORM is a promise-based ORM for IndexedDB and localStorage in the browser, inspired by Django's ORM. Version 1.1.5 provides auto-incrementing fields, complex filtering with field lookups (gt, gte, lt, lte, not), bulk create/update/delete, and query chaining. It uses a single transaction for multiple requests and registers models against a database name. Key differentiators include a familiar Django-like API, TypeScript support, and plans for SQLite in v2.0.0. Release cadence is irregular as the project is relatively new and maintained by BackdoorTech.
Resources
packagebeast-orm ↗