Skip to content

nschema-org/NSchema.Postgres

Repository files navigation

NSchema

NSchema.Postgres

NSchema.Postgres

PostgreSQL provider for NSchema, the declarative database schema migration tool for .NET. It plugs PostgreSQL introspection and DDL generation into NSchema, and adds Postgres-only SqlType helpers (citext, jsonb).

Most users should use the NSchema CLI, which already includes this provider. Add this package directly only when embedding the engine in your own application.

Installation

dotnet add package NSchema.Core
dotnet add package NSchema.Postgres

Documentation

Full documentation lives at nschema.dev:

License

See LICENSE.