Documentation
¶
Overview ¶
Package restsql provides a driver for Go's database/sql package supporting SQL over REST API endpoints.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RESTSQLDriver ¶
type RESTSQLDriver struct { }
RESTSQLDriver is exported to make the driver directly accessible where needed. General usage is expected to be constrained to the database/sql APIs.
Source Files
¶
- connection.go
- driver.go
- rows.go
Click to show internal directories.
Click to hide internal directories.