Module holding the Swift support for Sequel. Swift is a ruby front-end for dbic++, a fast database access library written in C++.
The Swift adapter currently supports PostgreSQL and MySQL:
Sequel.connect('swift://user:password@host/database?db_type=postgres') Sequel.connect('swift://user:password@host/database?db_type=mysql')
Contains procs keyed on sub adapter type that extend the given database object so it supports the correct database type.