The database layer for full-stack Hanami 2.2 applications. It's a thin layer on top of ROM 5.
- Home page: http://hanamirb.org
- Community: http://hanamirb.org/community
- Guides: https://guides.hanamirb.org
- Mailing List: http://hanamirb.org/mailing-list
- API Doc: http://rubydoc.info/gems/hanami-db
- Chat: http://chat.hanamirb.org
Hanami::DB supports Ruby (MRI) 3.1+
Add this line to your Hanami application's Gemfile:
gem "hanami-db"
And then execute:
$ bundle
Hanami::DB uses Semantic Versioning 2.0.0
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Copyright © 2024 Hanami Team – Released under MIT License