Skip to content

This driver allows querying Polypheny from the Go programming language.

License

Notifications You must be signed in to change notification settings

polypheny/Polypheny-Go-Driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This driver allows querying Polypheny from the Go programming language.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages