Golang Sql Driver for Crate Data Storage. (https://crate.io/)
http://godoc.org/github.com/herenow/go-crate
http://golang.org/pkg/database/sql/
go get github.com/herenow/go-crate
import "database/sql"
import _ "github.com/herenow/go-crate"
db, err := sql.Open("crate", "http://localhost:4200/")
Some functions of the database/sql
package may not be supported, due to a lack of support of Crate or this package.
Transactions
are not supported by crate.
- Feel free to send in contributions to this package.
- Possible type checking when receving data from crate, and convert it to documented Go types.