sequel-inline_schema 0.0.1
This is a set of plugins for Sequel for declaring a model's table schema and any migrations in the class itself (similar to the legacy `schema` plugin). It has only really been tested with PostgreSQL, but patches that make it more generic are welcomed. The two plugins are: * Sequel::Plugins::InlineSchema * Sequel::Plugins::InlineMigrations Examples and usage documentation are included there.
Gemfile:
=
installieren:
=
Runtime Abhängigkeiten (1):
sequel
~> 5.0
Development Abhängigkeiten (7):
hoe
~> 3.16
hoe-deveiate
~> 0.10
hoe-highline
~> 0.2
hoe-mercurial
~> 1.4
rdoc
~> 4.0
rdoc-generator-fivefish
~> 0.3
simplecov
~> 0.13