update readme

This commit is contained in:
Brian J. Cardiff 2016-06-27 14:08:21 -03:00
parent fb0f5ea6d7
commit c9b54c3da0

View file

@ -2,11 +2,11 @@
SQLite3 bindings for [Crystal](http://crystal-lang.org/).
**This is a work in progress.**
Check [crystal-db](https://github.com/crystal-lang/crystal-db) for general db driver documentation. crystal-sqlite3 driver is registered under `sqlite3://` uri.
[Documentation](http://manastech.github.io/crystal-sqlite3/)
## Installation
### shard.yml
Add this to your application's `shard.yml`:
```yml
dependencies:
@ -17,7 +17,6 @@ dependencies:
### Usage
```crystal
require "db"
require "sqlite3"
DB.open "sqlite3://./data.db" do |db|