Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ildus/ingres

Ingres (Vector) Go Library
https://github.com/ildus/ingres

actian ingres openapi vector

Last synced: 3 days ago
JSON representation

Ingres (Vector) Go Library

Awesome Lists containing this project

README

        

Ingres (Vector) Go Library (OpenAPI)
=====================================

Compilation
------------

# II_SYSTEM environment variable should be set
make iiapi.pc
PKG_CONFIG_PATH=. go build

Usage
------

Supposed to be used like any other database/sql library.

DSN examples

* dbname
* vnode::dbname
* vnode::dbname/db_class
* vnode::dbname?username=actian&password=pass

Vnodes could be set up with `netutil` utility.