It's a Go ORM and client for interacting with PostgreSQL databases, emphasizing PostgreSQL-specific features.
go-pg is a Go ORM and client for PostgreSQL, supporting types like hstore, jsonb, and arrays. It offers features such as transactions, connection pooling, and `BeforeInsert` hooks. While functional, it's currently in maintenance mode; new development continues in the `Bun` repository.
It's a Go ORM and client for interacting with PostgreSQL databases, emphasizing PostgreSQL-specific features.
Go developers building applications that need to interact with PostgreSQL databases, especially those needing specific PostgreSQL features and are aware of its maintenance status.