Skip to content

sbcd90/go-hana-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A golang adapter for SAP HANA database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published