Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.79 KB

README.md

File metadata and controls

47 lines (27 loc) · 1.79 KB

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 repo.

An in-depth and more detailed documentation can be found here.

Roadmap

See the open issues 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 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.

License

The Apache 2.0 License