Skip to content

akimitsuhamaguchi/go-crate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-crate

CircleCI

Golang Sql Driver for Crate Data Storage. (https://crate.io/)

http://godoc.org/github.com/herenow/go-crate

http://golang.org/pkg/database/sql/

Install & Usage

go get github.com/herenow/go-crate
import "database/sql"
import _ "github.com/herenow/go-crate"

db, err := sql.Open("crate", "http://localhost:4200/")

Not Supported SQL Functions

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.

Notes

  • Feel free to send in contributions to this package.

TODO

  • Possible type checking when receving data from crate, and convert it to documented Go types.

About

Golang Sql Driver for Crate Data Storage. (https://crate.io/)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%