{"id":22261364,"url":"https://github.com/adaptant-labs/go-sql-rest-driver","last_synced_at":"2026-03-09T18:11:33.406Z","repository":{"id":66208352,"uuid":"164203274","full_name":"adaptant-labs/go-sql-rest-driver","owner":"adaptant-labs","description":"A simple driver for Go's database/sql package for SQL over REST API endpoints","archived":false,"fork":false,"pushed_at":"2019-01-06T10:30:03.000Z","size":10,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-09T10:50:27.947Z","etag":null,"topics":["database","driver","go","golang","rest","rest-api","sql","sql-rest-driver"],"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/adaptant-labs.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-05T10:07:45.000Z","updated_at":"2024-01-30T01:36:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"4b64e3ae-3f4d-4e5e-b0e8-ade0776f29f8","html_url":"https://github.com/adaptant-labs/go-sql-rest-driver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adaptant-labs/go-sql-rest-driver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adaptant-labs%2Fgo-sql-rest-driver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adaptant-labs%2Fgo-sql-rest-driver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adaptant-labs%2Fgo-sql-rest-driver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adaptant-labs%2Fgo-sql-rest-driver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adaptant-labs","download_url":"https://codeload.github.com/adaptant-labs/go-sql-rest-driver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adaptant-labs%2Fgo-sql-rest-driver/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268431635,"owners_count":24249411,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["database","driver","go","golang","rest","rest-api","sql","sql-rest-driver"],"created_at":"2024-12-03T09:12:34.281Z","updated_at":"2026-03-09T18:11:28.380Z","avatar_url":"https://github.com/adaptant-labs.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go-SQL-REST-Driver\n\n[![godoc](https://godoc.org/github.com/adaptant-labs/go-sql-rest-driver?status.svg)](http://godoc.org/github.com/adaptant-labs/go-sql-rest-driver)\n[![Build Status](https://travis-ci.com/adaptant-labs/go-sql-rest-driver.svg?branch=master)](https://travis-ci.com/adaptant-labs/go-sql-rest-driver)\n[![Go Report Card](https://goreportcard.com/badge/github.com/adaptant-labs/go-sql-rest-driver)](https://goreportcard.com/report/github.com/adaptant-labs/go-sql-rest-driver)\n\nA simple driver for Go's [database/sql](https://golang.org/pkg/database/sql/)\npackage for SQL over REST API endpoints, such as those found within the\nRestAssured Query Gateway.\n\n## Installation\n\nInstall:\n\n```shell\ngo get -u github.com/adaptant-labs/go-sql-rest-driver\n```\n\n## Usage\n_Go SQL REST Driver_ is a limited implementation of Go's `database/sql/driver` interface. You only need to import the driver and can then use the [`database/sql`](https://golang.org/pkg/database/sql/) API.\n\nUse `mysql` as `driverName` and a valid REST API Endpoint:\n```go\nimport \"database/sql\"\nimport _ \"github.com/adaptant-labs/go-sql-rest-driver\"\n\ndb, err := sql.Open(\"restsql\", \"http://localhost:9000/query/v1/\")\n```\n\n## Online Documentation\n\nLimited API documentation for the driver interface itself is provided through godoc, this can be accessed\ndirectly on the [package entry](https://godoc.org/github.com/adaptant-labs/go-sql-rest-driver)\nin the godoc package repository. In general, however, the [`database/sql`](https://golang.org/pkg/database/sql/)\nAPI should always be the main method of invocation.\n\n## Acknowledgements\n\nThis project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 731678.\n\n## License\n\ngo-sql-rest-driver is licensed under the terms of the Apache 2.0 license, the full\nversion of which can be found in the [LICENSE](https://raw.githubusercontent.com/adaptant-labs/go-sql-rest-driver/master/LICENSE)\nfile included in the distribution.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadaptant-labs%2Fgo-sql-rest-driver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadaptant-labs%2Fgo-sql-rest-driver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadaptant-labs%2Fgo-sql-rest-driver/lists"}