diff options
author | Jostein Berntsen <jvbernts@online.no> | 2021-03-26 20:46:22 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-03-27 10:23:14 +0700 |
commit | fb555408e4d5475355ffce7db2ba487262ed62ee (patch) | |
tree | 980d8cb58f322a29e97f84eba8e84aaafe677835 /ruby/sequel/README | |
parent | 7befb18381288e84e7a0a6dc58106d285f8f8dc6 (diff) | |
download | slackbuilds-fb555408e4d5475355ffce7db2ba487262ed62ee.tar.gz |
ruby/sequel: Updated for version 5.42.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ruby/sequel/README')
-rw-r--r-- | ruby/sequel/README | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/ruby/sequel/README b/ruby/sequel/README index 1d179eccf9..430934b0ab 100644 --- a/ruby/sequel/README +++ b/ruby/sequel/README @@ -1,13 +1,17 @@ -Sequel is a simple, flexible, and powerful SQL database access toolkit for -Ruby. +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 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. +IBM_DB, JDBC, MySQL, Mysql2, ODBC, Oracle, PostgreSQL, SQLAnywhere, +SQLite3, Swift, and TinyTDS. |