mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
1.1 KiB
Plaintext
24 lines
1.1 KiB
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup sequel 3.12.0 gem {} rubygems ruby19
|
|
description The Database Toolkit for Ruby
|
|
long_description \
|
|
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.
|
|
license MIT
|
|
maintainers nomaintainer
|
|
homepage http://sequel.jeremyevans.net
|
|
categories-append databases
|
|
platforms any
|
|
supported_archs noarch
|
|
checksums md5 c3441d631543a0c3e478e250289d5854 \
|
|
sha1 93fab84807c64438c3ae7e1c2fc22c7dec28c476 \
|
|
rmd160 e25d724f9de7b975d226016e6147c99db7fc0423
|