Skip to content

Provides plain access to the SAP Hana database.

Notifications You must be signed in to change notification settings

masterypro/hana_db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HanaDB

Provides plain access to the SAP Hana database.

Installation

Add this line to your application's Gemfile:

gem 'hana_db'

And then execute:

$ bundle

Or install it yourself as:

$ gem install hana_db

Usage

  require 'hana_db/extensions/idle'    
  
  db = HanaDB.prepare(dsn: 'hana', username: 'username', password: 'password') do |db|
    db.use HanaDB::Extensions::IDLE, 300
  end
  db.select_one('...')

About

Provides plain access to the SAP Hana database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •