Stop writing CRUD APIs.
Configure them.

Multi-tenant CRUD platform with built-in IAM, bulk import, and admin UI. Wire any MySQL database in seconds. Built-in authentication, role-based access, bulk import, CORS, audit logs, and a beautiful admin UI โ€” all included.

Built for real production use

No more boilerplate controllers, no more authentication plumbing, no more permission spaghetti.

โšก

Zero-config CRUD

Register a database in the admin UI. Every table becomes a fully-functional REST endpoint with filtering, sorting, pagination, and joins. No code required.

๐Ÿ”

Identity & access built in

Roles, permissions, row-level policies, API keys, Basic Auth, JWT โ€” all wired and audited. Bring your own users or use the included identity store.

๐Ÿ“ฅ

Bulk import ready

Stream million-row CSV files with foreign-key resolution, enum validation, and per-row error reports. Optional progress webhooks.

๐ŸŒ

Multi-tenant by design

Host any number of databases behind a single deployment. Per-database CORS, per-tenant credentials, isolated data โ€” no leaks possible.

๐Ÿงฐ

Admin UI included

Visual database registration, role editor, permission matrix, audit log viewer, session manager, settings panel โ€” everything an operator needs.

๐Ÿ“Š

Audit, settings & policies

Every API call is logged. Settings change live without restart. Row policies enforced server-side. Built for compliance from day one.

From zero to live API in 60 seconds

No installs, no schemas, no SQL.

1Open the admin console and register a database

Navigate to /admin โ†’ Databases โ†’ + Register Database Pick MySQL โ†’ enter connection details โ†’ click "๐Ÿ”Œ Test Connection" โ†’ Save

2Create an API key

/admin/apiclients โ†’ + Create โ†’ Bind to your database โ†’ Copy key

3Call your data

curl https://yourhost.com@sampleUrl \ -H "X-API-Key: drk_yourapikey..."

4Filter, sort, paginate

?filter=country eq 'India' and age gt 21 &orderby=created_at desc &limit=50

Built with proven technology

โš™ .NET 8 ๐Ÿ—„ MySQL / SQLite ๐Ÿณ Docker-ready ๐Ÿ“ฆ NuGet packages ๐Ÿš€ Native AOT compatible (planned)