README 780 B

12345678910111213141516
  1. Sequel is a simple, flexible, and powerful SQL database access toolkit
  2. for Ruby.
  3. This is the legacy 4.x.x. version. For the latest version, see the
  4. 'sequel' SlackBuild.
  5. Sequel provides thread safety, connection pooling and a concise DSL for
  6. constructing SQL queries and table schemas. Sequel includes a
  7. comprehensive ORM layer for mapping records to Ruby objects and
  8. handling associated records. Sequel supports advanced database features
  9. such as prepared statements, bound variables, stored procedures,
  10. savepoints, two-phase commit, transaction isolation, master/slave
  11. configurations, and database sharding. Sequel currently has adapters
  12. for ADO, Amalgalite, CUBRID, DataObjects, IBM_DB, JDBC, MySQL, Mysql2,
  13. ODBC, Oracle, PostgreSQL, SQLAnywhere, SQLite3, Swift, and TinyTDS.