Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbcd90/go-hana-adapter
A golang adapter for SAP HANA database
https://github.com/sbcd90/go-hana-adapter
Last synced: 9 days ago
JSON representation
A golang adapter for SAP HANA database
- Host: GitHub
- URL: https://github.com/sbcd90/go-hana-adapter
- Owner: sbcd90
- License: apache-2.0
- Created: 2014-07-29T05:31:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-29T06:57:27.000Z (over 10 years ago)
- Last Synced: 2024-04-14T18:21:10.323Z (7 months ago)
- Language: Go
- Size: 168 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
go-hana-adapter
===============SAP HANA adapter for GoLang
Installation
============- Install the odbc driver for HANA(only available for Windows & Linux)
- Clone the source code from here
- Go into the directory odbc
- execute make.bat or make.bash based on the current OS
- Go into the directory hdb
- execute "go install"Features
========- Supports SAP HANA View querying
- Supports Stored Procedure creation, calling, & dropping
- Returns Go maps which are easy to retrieve data from
- Allows developers to easily query using api s like Find,FindAll,Save etc.
- Supports Update,Upsert, & DeleteAll examples can be checked in /tests/testOrm.go
Examples
========- Check the "/src/tests" directory for the test cases
- Travis-CI tests to be provided.
ToDo
====- Bug fixes
- Adding more test cases