Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ged/sequel-inlineschema
Github mirror of the inline schema plugin for Sequel
https://github.com/ged/sequel-inlineschema
database ddl orm ruby sequel
Last synced: 16 days ago
JSON representation
Github mirror of the inline schema plugin for Sequel
- Host: GitHub
- URL: https://github.com/ged/sequel-inlineschema
- Owner: ged
- License: other
- Created: 2017-09-27T19:35:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-11T19:28:47.000Z (about 4 years ago)
- Last Synced: 2024-10-16T06:38:09.181Z (about 1 month ago)
- Topics: database, ddl, orm, ruby, sequel
- Language: Ruby
- Homepage: https://bitbucket.org/ged/sequel-inlineschema
- Size: 104 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# sequel-inline_schema
home
: https://hg.sr.ht/~ged/Sequel-InlineSchemagithub
: https://github.com/ged/sequel-inlineschemadocs
: http://deveiate.org/code/sequel-inline_schema## Description
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::InlineMigrationsExamples and usage documentation are included there.
## Prerequisites
* Ruby >= 2.4
* Sequel >= 5.0## Installation
$ gem install sequel-inline_schema
## Contributing
You can check out the current development source with Mercurial via its
[project page][sourcehut]. Or if you prefer Git, via [its Github
mirror][github].After checking out the source, run:
$ rake setup
This task will install any missing dependencies, and do any other necessary
setup to start development.## Authors
- Michael Granger
## License
This plugin uses code from the Sequel project under the MIT License:
Copyright (c) 2007-2008 Sharon Rosner
Copyright (c) 2008-2017 Jeremy EvansPermission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.The rest is licensed under the same terms, but:
Copyright (c) 2017-2020, Michael Granger
[sourcehut]: https://hg.sr.ht/~ged/Sequel-InlineSchema
[github]: https://github.com/ged/sequel-inlineschema