IR Package Release v0.1.0
This release publishes the ir package as a standalone Go module that can be imported by external projects.
Installation
go get github.com/pgschema/pgschema/ir@ir/v0.1.0Usage
import "github.com/pgschema/pgschema/ir"
import "github.com/pgschema/pgschema/ir/queries"Features
- PostgreSQL schema parsing from SQL files
- Database introspection with optimized queries
- Normalized schema representation
- Support for tables, views, functions, procedures, types, and more
See the IR package documentation for detailed usage examples.