polypheny

package module
v0.0.0-...-19a995a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 11, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

README

Polypheny-DB Go Driver

A Polypheny-DB Driver for the Go programming language.

Installation

To use this driver in a Go project, simply import the package.

import "github.com/polypheny/Polypheny-Go-Driver".

However, currently the proto files are not hosted at Polypheny. Instead, they are temporarily included in this repo without being complied. Therefore, before build a Go project, we need to compile these proto files and run go mod edit -replace polypheny.com/protos=ProtoPath.

A demo can be found here.

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Connection

type Connection struct {
	// contains filtered or unexported fields
}

func Connect

func Connect(address string) *Connection

func (*Connection) Close

func (conn *Connection) Close()

func (*Connection) Commit

func (conn *Connection) Commit()

func (*Connection) Execute

func (conn *Connection) Execute(statement string, language string)

func (*Connection) Fetch

func (conn *Connection) Fetch() [][]interface{}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL