slackbuilds/ruby/sequel
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README ruby/sequel: Updated for version 5.42.0. 2021-03-27 10:23:14 +07:00
sequel.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
sequel.info ruby/sequel: Updated for version 5.42.0. 2021-03-27 10:23:14 +07:00
slack-desc ruby/sequel: Added (Database toolkit for Ruby) 2013-12-05 06:34:11 +07:00

README

Sequel is a simple, flexible, and powerful SQL database access toolkit
for Ruby.

Sequel provides thread safety, connection pooling and a concise DSL for
constructing SQL queries and table schemas.

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.

Sequel currently has adapters for ADO, Amalgalite, CUBRID, DataObjects,
IBM_DB, JDBC, MySQL, Mysql2, ODBC, Oracle, PostgreSQL, SQLAnywhere,
SQLite3, Swift, and TinyTDS.