{"id":52859,"library":"go-pg-pg-v9","title":"go-pg ORM v9","description":"A PostgreSQL client and ORM for Go with query parameter support.","status":"active","version":"9.2.1","language":"go","source_language":null,"source_url":"https://github.com/go-pg/pg","tags":["postgresql","orm","database","client"],"install":[{"cmd":"go get github.com/go-pg/pg/v9","lang":"bash","label":"Install github.com/go-pg/pg/v9"}],"dependencies":[],"imports":[{"symbol":"pg","correct":"github.com/go-pg/pg/v9"}],"quickstart":{"code":"package main\n\nimport (\n\t\"github.com/go-pg/pg/v9\"\n)\n\nfunc main() {\n\tdb := pg.Connect(&pg.Options{\n\t\tAddr:     \"localhost:5432\",\n\t\tUser:     \"user\",\n\t\tPassword: \"pass\",\n\t\tDatabase: \"db\",\n\t})\n\tdefer db.Close()\n}","lang":"go","description":"Connect to a PostgreSQL database using go-pg."},"warnings":[],"env_vars":null,"search_vec":"'client':8,20 'databas':19 'go':2,12 'go-pg':1 'orm':4,10,18 'paramet':15 'pg':3 'postgresql':7,17 'queri':14 'support':16 'v9':5","created_at":"2026-06-15T07:15:29.989683+00:00","updated_at":"2026-06-15T07:15:29.989683+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/go-pg/pg","github":"https://github.com/go-pg/pg","docs":"https://pkg.go.dev/github.com/go-pg/pg/v9#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database","orm"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}