https://github.com/hanami/db
The database layer for Hanami
https://github.com/hanami/db
Last synced: 7 months ago
JSON representation
The database layer for Hanami
- Host: GitHub
- URL: https://github.com/hanami/db
- Owner: hanami
- License: mit
- Created: 2024-05-20T05:54:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-06T22:42:16.000Z (8 months ago)
- Last Synced: 2025-06-12T16:40:43.139Z (7 months ago)
- Language: Ruby
- Size: 31.3 KB
- Stars: 10
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Hanami::DB
The database layer for [full-stack Hanami 2.2 applications](hanami/hanami).
It's a thin layer on top of [ROM](https://rom-rb.org/) 5.
## Status
[](https://badge.fury.io/rb/db)
[](https://github.com/hanami/db/actions?query=workflow%3Aci+branch%3Amain)
[](https://depfu.com/github/hanami/controller?project=Bundler)
## Contact
* 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
## Installation
__Hanami::DB__ supports Ruby (MRI) 3.1+
Add this line to your Hanami application's Gemfile:
```ruby
gem "hanami-db"
```
And then execute:
```shell
$ bundle
```
## Versioning
__Hanami::DB__ uses [Semantic Versioning 2.0.0](http://semver.org)
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
## Copyright
Copyright © 2024 Hanami Team – Released under MIT License