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

https://github.com/athena-framework/orm

Does ORM stuff
https://github.com/athena-framework/orm

crystal

Last synced: 6 days ago
JSON representation

Does ORM stuff

Awesome Lists containing this project

README

          

# ORM

[![CI](https://github.com/athena-framework/orm/workflows/CI/badge.svg)](https://github.com/athena-framework/orm/actions?query=workflow%3ACI)
[![Latest release](https://img.shields.io/github/release/athena-framework/orm.svg)](https://github.com/athena-framework/orm/releases)

WIP ORM lib

## Installation

1. Add the dependency to your `shard.yml`:

```yaml
dependencies:
athena-orm:
github: athena-framework/orm
```

2. Run `shards install`

## Documentation

Everything is documented in the [API Docs](https://athena-framework.github.io/orm/Athena/ORM.html).

## Contributing

1. Fork it (https://github.com/athena-framework/orm/fork)
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 a new Pull Request

## Contributors

- [George Dietrich](https://github.com/blacksmoke16) - creator and maintainer