{"id":63306,"library":"gocraft-dbr-v2","title":"GoCraft DBR","description":"Provides additions to Go's database/sql for super fast performance and convenience.","status":"active","version":"2.7.7","language":"go","source_language":null,"source_url":"https://github.com/gocraft/dbr","tags":["database","sql","orm","postgresql","mysql"],"install":[{"cmd":"go get github.com/gocraft/dbr/v2","lang":"bash","label":"Install github.com/gocraft/dbr/v2"}],"dependencies":[],"imports":[{"symbol":"dbr","correct":"github.com/gocraft/dbr/v2"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/gocraft/dbr/v2\"\n)\n\nfunc main() {\n\tconn, _ := dbr.Open(\"postgres\", \"dsn\", nil)\n\tsess := conn.NewSession(nil)\n\tvar count int\n\tsess.Select(\"COUNT(*)\").From(\"users\").LoadOne(&count)\n\tfmt.Printf(\"User count: %d\\n\", count)\n}","lang":"go","description":"Opens a database connection and runs a query to count users."},"warnings":[],"env_vars":null,"search_vec":"'addit':4 'conveni':14 'databas':15 'database/sql':8 'dbr':2 'fast':11 'go':6 'gocraft':1 'mysql':19 'orm':17 'perform':12 'postgresql':18 'provid':3 'sql':16 'super':10","created_at":"2026-06-17T16:42:22.732043+00:00","updated_at":"2026-06-17T16:42:22.732043+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/gocraft/dbr","github":"https://github.com/gocraft/dbr","docs":"https://pkg.go.dev/github.com/gocraft/dbr/v2#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}