Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        




Light: 'Resume application project app icon' Dark: 'Resume application project app icon'


# 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