File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Go-SQL-REST-Driver
2
2
3
+ [ ![ 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 )
4
+ [ ![ 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 )
5
+ [ ![ 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 )
6
+
3
7
A simple driver for Go's [ database/sql] ( https://golang.org/pkg/database/sql/ )
4
8
package for SQL over REST API endpoints, such as those found within the
5
9
RestAssured Query Gateway.
@@ -23,6 +27,13 @@ import _ "github.com/adaptant-labs/go-sql-rest-driver"
23
27
db , err := sql.Open (" restsql" , " http://localhost:9000/query/v1/" )
24
28
```
25
29
30
+ ## Online Documentation
31
+
32
+ Limited API documentation for the driver interface itself is provided through godoc, this can be accessed
33
+ directly on the [ package entry] ( https://godoc.org/github.com/adaptant-labs/go-sql-rest-driver )
34
+ in the godoc package repository. In general, however, the [ ` database/sql ` ] ( https://golang.org/pkg/database/sql/ )
35
+ API should always be the main method of invocation.
36
+
26
37
## Acknowledgements
27
38
28
39
This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 731678.
You can’t perform that action at this time.
0 commit comments