1.0.0-beta.4 • Published 10 months ago

@monolayer/pg v1.0.0-beta.4

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

Welcome to monolayer!

monolayer-pg is a PostgreSQL database schema manager for TypeScript projects built on top of kysely with:

  • Declarative, type-safe database schema definition.
  • Type-safe database client(s) for kysely (no codegen :tada:).
  • Comprehensive Zod validations for all supported data types (no codegen :tada:) for kysely.
  • An advanced migration system with non-blocking migrations by default, migrations by phases, and detailed warnings.
  • Support for multiple databases.
  • Support for multiple schemas per database.
  • Effortless Prisma integration.

Documentation

For documentation about monolayer, please visit our website.