@monolayer/create-pg
v2.0.0
Published
Create monolayer-pg inside a project
Downloads
197
Readme
Welcome to monolayer-pg
monolayer-pg is a PostgreSQL database schema manager for TypeScript projects built on top of kysely
with:
- Declarative, type-safe database schema definition.
- Schema management without migrations.
- Type-safe database client(s) for
kysely
(no codegen :tada:). - Data migrations decoupled from your schema management.
- Support for multiple databases.
- Support for multiple schemas per database.
- Effortless
Prisma
integration. - Comprehensive Zod validations for all supported data types (no codegen :tada:) for
kysely
.
To get started, open a new shell and run:
npx @monolayer/create-pg@latest
Then follow the prompts you see in your terminal.