https://github.com/sbcd90/go-hana-adapter
A golang adapter for SAP HANA database
https://github.com/sbcd90/go-hana-adapter
Last synced: about 1 year 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 (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-29T06:57:27.000Z (almost 12 years ago)
- Last Synced: 2025-04-04T17:47:43.270Z (about 1 year ago)
- Language: Go
- Size: 168 KB
- Stars: 5
- Watchers: 2
- 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, & Delete
All 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