Add documentation links in README.md

This commit is contained in:
Brian J. Cardiff 2016-12-21 18:17:45 -03:00 committed by GitHub
parent 8e3bb19b6d
commit 3acb5b8f39

View file

@ -18,6 +18,11 @@ dependencies:
github: crystal-lang/crystal-db
```
## Documentation
* [Latest API](http://crystal-lang.github.io/crystal-db/api/latest/)
* [Crystal book](https://crystal-lang.org/docs/database/)
## Usage
Since this is an abstract db api, it's usage is through a concrete database driver.