module Sequel::Swift
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')
Constants
- DATABASE_SETUP
Contains procs keyed on sub adapter type that extend the given database object so it supports the correct database type.