README 694 B

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