slackbuilds_ponce/ruby/sequel4
Jostein Berntsen 9238bf0a3c
ruby/sequel4: Update maintainer email.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-04-10 17:04:39 +07:00
..
README
sequel4.info
sequel4.SlackBuild
slack-desc

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.