MerchantryTidbits

data-storage / library

drizzle-orm

Capability: drizzle-orm

Use it when

  • lightweight TypeScript SQL ORM with migrations
  • type-safe SQL for serverless and edge DBs

What it solves

Not the fit when

  • full auth product

Install

npm i drizzle-orm  # + drizzle-kit

Invoke

SQL-like TS ORM; enforce tenant_id columns for isolation.

Alternatives

No reviewed alternatives recorded yet.