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
- Host: GitHub
- URL: https://github.com/athena-framework/orm
- Owner: athena-framework
- License: mit
- Created: 2020-07-18T00:47:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2026-05-07T13:04:43.000Z (about 2 months ago)
- Last Synced: 2026-05-07T15:09:40.273Z (about 2 months ago)
- Topics: crystal
- Language: Crystal
- Homepage:
- Size: 2.62 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ORM
[](https://github.com/athena-framework/orm/actions?query=workflow%3ACI)
[](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