Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polypheny/polypheny-go-driver
This driver allows querying Polypheny from the Go programming language.
https://github.com/polypheny/polypheny-go-driver
Last synced: 6 days ago
JSON representation
This driver allows querying Polypheny from the Go programming language.
- Host: GitHub
- URL: https://github.com/polypheny/polypheny-go-driver
- Owner: polypheny
- License: apache-2.0
- Created: 2023-09-28T11:27:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-28T09:43:23.000Z (4 months ago)
- Last Synced: 2024-08-02T09:48:17.736Z (3 months ago)
- Language: Go
- Size: 458 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Polypheny-DB Go Driver
A Polypheny-DB Driver for the Go programming language which supports multiple models and query languages.
## Installation
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](https://github.com/vlowingkloude/dispersion) repo.
An in-depth and more detailed documentation can be found [here](https://docs.polypheny.com/en/latest/drivers/go/overview).
## Roadmap
See the [open issues](https://github.com/polypheny/Polypheny-DB/labels/A-golang) for a list of proposed features (and known issues).## Contributing
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](https://github.com/polypheny/Admin) and our [Website](https://polypheny.org) for guidelines and additional information.Please note that we have a [code of conduct](https://github.com/polypheny/Admin/blob/master/CODE_OF_CONDUCT.md). Please follow it in all your interactions with the project.
## License
The Apache 2.0 License