From 38e4c66408ffeec7b902ea73dc9febb1a91932ee Mon Sep 17 00:00:00 2001 From: Jostein Berntsen Date: Tue, 7 Mar 2017 23:18:17 +0700 Subject: ruby/sequel: Updated for version 4.44.0. Signed-off-by: Willy Sudiarto Raharjo --- ruby/sequel/README | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'ruby/sequel/README') diff --git a/ruby/sequel/README b/ruby/sequel/README index 8834582bc1..1d179eccf9 100644 --- a/ruby/sequel/README +++ b/ruby/sequel/README @@ -1 +1,13 @@ -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 currently has adapters for ADO, Amalgalite, CUBRID, DataObjects, +IBM_DB, JDBC, MySQL, Mysql2, ODBC, Oracle, PostgreSQL, SQLAnywhere, SQLite3, +Swift, and TinyTDS. -- cgit v1.2.3