Kadak

KadakORM

Plain object queries with built-in warnings and runtime controls.

KadakORM

await db.users.findMany()
⚠️ Kadak Warning
No filter + no $limit
This may scan a large table
await db.users.findMany({ isActive: true, $limit: 50 })
[Kadak]
Time: 11ms
Rows: 42

Install

pnpm add @shyk/kadak-orm

Next

On this page