2021-03-26 21:46:22 +01:00
|
|
|
Sequel is a simple, flexible, and powerful SQL database access toolkit
|
|
|
|
for Ruby.
|
2017-03-07 17:18:17 +01:00
|
|
|
|
|
|
|
Sequel provides thread safety, connection pooling and a concise DSL for
|
|
|
|
constructing SQL queries and table schemas.
|
2021-03-26 21:46:22 +01:00
|
|
|
|
|
|
|
Sequel includes a comprehensive ORM layer for mapping records to Ruby
|
|
|
|
objects and handling associated records.
|
|
|
|
|
|
|
|
Sequel supports advanced database features such as prepared statements,
|
|
|
|
bound variables, stored procedures, savepoints, two-phase commit,
|
|
|
|
transaction isolation, master/slave configurations, and database
|
|
|
|
sharding.
|
|
|
|
|
2017-03-07 17:18:17 +01:00
|
|
|
Sequel currently has adapters for ADO, Amalgalite, CUBRID, DataObjects,
|
2021-03-26 21:46:22 +01:00
|
|
|
IBM_DB, JDBC, MySQL, Mysql2, ODBC, Oracle, PostgreSQL, SQLAnywhere,
|
|
|
|
SQLite3, Swift, and TinyTDS.
|