SQL
ROM supports SQL databases via rom-sql adapter which currently uses
Sequel under the hood. The adapter ships with
an enhanced Relation that supports sql-specific query DSL and association
macros that simplify constructing joins.
Refer to the Getting Started and Explicit Setup pages for information on how to setup ROM with a specific adapter.
Following connection URI schemes are supported:
adoamalgalitecubriddb2dbidofdbsqlfirebirdibmdbinformixjdbcmysqlmysql2odbcopenbaseoraclepostgressqlanywheresqliteswifttinytds
For details on specifying database connection URLs please refer to the Connecting to a database Sequel page.