dsqlbase

JSON →
library 0.1.6 ·javascript
verified Jun 5, 2026

dsqlbase is an ORM and migration toolkit designed specifically for AWS Aurora DSQL, a distributed SQL database. Current stable version is 0.1.6. It is in early-stage development and not production-ready. Key differentiators: enforces DSQL constraints (no foreign keys, no in-place column changes, async-only index builds), refuses unsupported DDL, emits DSQL-shaped SQL by default. Ships TypeScript types. Requires peer dependencies @electric-sql/pglite ^0.4.5 and pg ^8.20.0.