You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 4 years ago
..
README ruby/sequel4: Added (Database toolkit for Ruby, legacy version). 8 years ago
sequel4.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 4 years ago
sequel4.info ruby/sequel4: Update maintainer email. 5 years ago
slack-desc ruby/sequel4: Added (Database toolkit for Ruby, legacy version). 8 years ago

README

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

This is the legacy 4.x.x. version. For the latest version, see the
'sequel' SlackBuild.

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.