Database
Every project gets its own database. You own the data; we provide the connection, encryption, and backups.
- • Create collections (tables) from the dashboard or API.
- • JSON-only API: insert, list, get, update, delete rows — no raw SQL.
- • Order by any field (e.g. timestamp) for feeds and lists.
- • Encrypted at rest; periodic backups so you never lose data.
Default collection: users
Use it to manage your own customers. Create more collections for any domain.