Tuple Database
- The local-first, “end-user database” database.
- The embedded FoundationDb.
- The reactive indexable graph database.
- Features
- Embedded, designed for Local-First Software.
- All queries are reactive.
- Schemaless — schemas are enforced by the application, not the database.
- Transactional read/writes written in TypeScript.
- Directly read/write indexes with the ability to index graph/relational queries.
- Works with synchronous and asynchronous storage including SQLite or LevelDb.
- Suitable for frontend state management.