Skip to content

EasyPost/sequel-vertica

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sequel-vertica Build Status

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

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%