{"id":44063839,"url":"https://github.com/rockset/go-sql-driver","last_synced_at":"2026-02-08T03:01:48.839Z","repository":{"id":153533568,"uuid":"629545085","full_name":"rockset/go-sql-driver","owner":"rockset","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-30T15:36:27.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2023-10-30T16:38:30.943Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rockset.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-04-18T14:24:58.000Z","updated_at":"2023-04-18T19:49:54.000Z","dependencies_parsed_at":"2023-05-19T02:15:37.415Z","dependency_job_id":null,"html_url":"https://github.com/rockset/go-sql-driver","commit_stats":null,"previous_names":[],"tags_count":1,"template":null,"template_full_name":null,"purl":"pkg:github/rockset/go-sql-driver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockset%2Fgo-sql-driver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockset%2Fgo-sql-driver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockset%2Fgo-sql-driver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockset%2Fgo-sql-driver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rockset","download_url":"https://codeload.github.com/rockset/go-sql-driver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockset%2Fgo-sql-driver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29218635,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T02:25:35.815Z","status":"ssl_error","status_checked_at":"2026-02-08T02:24:27.970Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-08T03:00:52.432Z","updated_at":"2026-02-08T03:01:48.820Z","avatar_url":"https://github.com/rockset.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go SQL driver for Rockset\n\nThis go module is a\n[SQL driver](https://pkg.go.dev/database/sql/driver) \nfor the\n[Rockset](https://rockset.com/)\ndatabase.\n\nIt currently only support the base SQL types\n* `int64` using `rockset.Int64`\n* `float64`\n* `bool`\n* `[]byte`\n* `string`\n* `time.Time` using `rockset.Time`\n\n## Usage\n\nTo use this driver you need a Rockset organization, and create an API key.\n\n```go\n\tdb, err := sql.Open(\"rockset\", \"rockset://\")\n\t// check error\n\n    rows, err := db.QueryContext(ctx, \"...\")\n\t// check error\n\n    for rows.Next() {\n        err = rows.Scan(\u0026var1, \u0026var2)\n        // check error\n    }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frockset%2Fgo-sql-driver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frockset%2Fgo-sql-driver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frockset%2Fgo-sql-driver/lists"}