Skip to content

pivotree/sequel-vertica

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sequel-vertica

A third party adapter to use Vertica through sequel, most of the actual work is done by sequel and the vertica gem.

Usage

The usage is straight forward as any other Sequel adapter, just make sure to require sequel and the sequel-vertica gem.

require 'sequel'
require 'sequel-vertica'

$DB = Sequel.connect('vertica://user:pw@host/database_name')

About

Sequel adapter for Vertica analytic database.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors