An open API service indexing awesome lists of open source software.

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

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

[![Gem Version](https://badge.fury.io/rb/hanami-db.svg)](https://badge.fury.io/rb/db)
[![CI](https://github.com/hanami/db/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/hanami/db/actions?query=workflow%3Aci+branch%3Amain)
[![Depfu](https://badges.depfu.com/badges/7cd17419fba78b726be1353118fb01de/overview.svg)](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