2.0.0-beta.1 • Published 11 months ago

@monolayer/pg v2.0.0-beta.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

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.

Documentation

For documentation about monolayer-pg, please visit our website.