ezdb-client
This small shard is an interface library for ezdb.
Installation
Add this to your application's shard.yml
:
dependencies:
ezdb-client:
github: cbrnrd/ezdb-client
Usage
require "ezdb-client"
Contributing
- Fork it (https://github.com/cbrnrd/ezdb-client/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- cbrnrd - creator, maintainer