Sequel is a lightweight database access toolkit for Ruby. It provides thread safety, connection pooling and a concise DSL for constructing database queries and table schemas. It also includes a lightweight but comprehensive ORM layer for mapping records to Ruby objects and handling associated records. It supports advanced database features such as prepared statements, bound variables, stored procedures, master/slave configurations, and database sharding. Sequel makes it easy to deal with multiple records without having to break your teeth on SQL.
Sequel is a lightweight database access toolkit for Ruby. It provides thread safety, connection pooling and a concise DSL for constructing database queries and table schemas. It also includes a lightweight but comprehensive ORM layer for mapping records to Ruby objects and handling associated records. It supports advanced database features such as prepared statements, bound variables, stored procedures, master/slave configurations, and database sharding. Sequel makes it easy to deal with multiple records without having to break your teeth on SQL.
To install rb19-sequel, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb19-sequel
To see what files were installed by rb19-sequel, run:
port contents rb19-sequel
To later upgrade rb19-sequel, run:
sudo port selfupdate && sudo port upgrade rb19-sequel
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.