sequel-5.102.0

lightweight database library and ORM for Ruby

Index | databases

Description

Sequel is an ORM framework 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.

Homepage: http://sequel.jeremyevans.net/

Maintainer: Jeremy Evans <jeremy@openbsd.org>