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.