{"id":50072,"library":"jackc-pgservicefile","title":"jackc/pgservicefile","description":"Package pgservicefile is a parser for PostgreSQL service files (e.g. .pg_service.conf).","status":"active","version":"0.0.0-20240606120523-5a60cdf6a761","language":"go","source_language":null,"source_url":"https://github.com/jackc/pgservicefile","tags":["postgresql","service","config","parser"],"install":[{"cmd":"go get github.com/jackc/pgservicefile","lang":"bash","label":"Install github.com/jackc/pgservicefile"}],"dependencies":[],"imports":[{"symbol":"pgservicefile","correct":"github.com/jackc/pgservicefile"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/jackc/pgservicefile\"\n)\n\nfunc main() {\n\tservices, err := pgservicefile.ParseFile(\".pg_service.conf\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Printf(\"%+v\\n\", services)\n}","lang":"go","description":"Parse a PostgreSQL service file and print the services."},"warnings":[],"env_vars":null,"search_vec":"'config':15 'e.g':11 'file':10 'jackc/pgservicefile':1 'packag':2 'parser':6,16 'pg_service.conf':12 'pgservicefil':3 'postgresql':8,13 'servic':9,14","created_at":"2026-06-15T04:39:23.322932+00:00","updated_at":"2026-06-15T04:39:23.322932+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/jackc/pgservicefile","github":"https://github.com/jackc/pgservicefile","docs":"https://pkg.go.dev/github.com/jackc/pgservicefile#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["config"],"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}}