diff options
author | Jostein Berntsen <jbernts@broadpark.no> | 2017-09-22 22:34:14 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-09-22 22:34:14 +0100 |
commit | 3124be3c4f1b5896c0b6358eede9f9e4da1ccf24 (patch) | |
tree | f1246f86e24e90dd60a40905864fc87dc2c314a8 /ruby/sequel4/README | |
parent | 0dd8ca2ed83021be3b32d565a43dafe23427aef6 (diff) | |
download | slackbuilds-3124be3c4f1b5896c0b6358eede9f9e4da1ccf24.tar.gz |
ruby/sequel4: Added (Database toolkit for Ruby, legacy version).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'ruby/sequel4/README')
-rw-r--r-- | ruby/sequel4/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ruby/sequel4/README b/ruby/sequel4/README new file mode 100644 index 0000000000..35730863ea --- /dev/null +++ b/ruby/sequel4/README @@ -0,0 +1,15 @@ +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. |