Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ildus/ingres
- Owner: ildus
- Created: 2023-08-05T20:43:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-27T18:31:08.000Z (over 1 year ago)
- Last Synced: 2025-01-20T23:39:36.694Z (5 days ago)
- Topics: actian, ingres, openapi, vector
- Language: Go
- Homepage: https://www.actian.com/databases/vector
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 buildUsage
------Supposed to be used like any other database/sql library.
DSN examples
* dbname
* vnode::dbname
* vnode::dbname/db_class
* vnode::dbname?username=actian&password=passVnodes could be set up with `netutil` utility.