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.
dotnet add package NSchema.Core
dotnet add package NSchema.PostgresFull documentation lives at nschema.dev:
- PostgreSQL provider — configuration, library usage, and Postgres-specific types
- Embedding the engine
See LICENSE.
