Module holding the Swift DB support for Sequel. Swift DB is a collection of drivers used in Swift ORM.
The Swift adapter currently supports PostgreSQL, MySQL and SQLite3
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.
Generated with the Darkfish Rdoc Generator 2.