Add the following code to your project's shard.yml under:
dependencies
to use in production
- OR -
development_dependencies
to use in development
WIP ORM lib
shard.yml
:dependencies:
athena-orm:
github: athena-framework/orm
shards install
Everything is documented in the API Docs.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)