398c3c53c3
databases/ruby-sequel-model. Sequel is a database access toolkit for Ruby. Sequel provides thread safety, connection pooling, and a concise DSL for constructing queries and table schemas. Sequel makes it easy to deal with multiple records without having to break your teeth on SQL.
6 lines
255 B
Text
6 lines
255 B
Text
Sequel is a database access toolkit for Ruby. Sequel provides thread
|
|
safety, connection pooling, and a concise DSL for constructing queries
|
|
and table schemas.
|
|
|
|
Sequel makes it easy to deal with multiple records without having to
|
|
break your teeth on SQL.
|