anondb
JSON →A generic database interface supporting SQLite, PostgreSQL, and IndexedDB with a unified query API. Version 0.0.21 is the current release; the library is in early development with active changes. It provides a schema-based document store with complex where clauses (AND/OR, comparison operators), ordering, and relational includes. Unlike ORMs like Sequelize or TypeORM, it offers a minimal, cross-platform abstraction that works both in Node.js and the browser via IndexedDB. Ships TypeScript types.
Resources
packageanondb ↗