Module | Sequel::DataObjects |
In: |
lib/sequel/adapters/do/postgres.rb
lib/sequel/adapters/do/mysql.rb lib/sequel/adapters/do/sqlite3.rb lib/sequel/adapters/do.rb |
Module holding the DataObjects support for Sequel. DataObjects is a ruby library with a standard API for accessing databases.
The DataObjects adapter currently supports PostgreSQL, MySQL, and SQLite:
DATABASE_SETUP | = | {} | Contains procs keyed on subadapter type that extend the given database object so it supports the correct database type. |