A Polypheny-DB Driver for the Go programming language which supports multiple models and query languages.
To install and use the Go driver in a project, simply import this repo and the sql package of Go and then run go mod tidy. User may also need the context package.
import (
_ "github.com/polypheny/Polypheny-Go-Driver"
"database/sql"
"context"
)
A demo on how to use this driver can be found in this repo.
An in-depth and more detailed documentation can be found here.
See the open issues for a list of proposed features (and known issues).
We highly welcome your contributions to the Polypheny Go Driver. If you would like to contribute, please fork the repository and submit your changes as a pull request. Please consult our Admin Repository and our Website for guidelines and additional information.
Please note that we have a code of conduct. Please follow it in all your interactions with the project.
The Apache 2.0 License