Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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