From c9b54c3da03b372b2367913a2a9609e51c44cdfa Mon Sep 17 00:00:00 2001 From: "Brian J. Cardiff" Date: Mon, 27 Jun 2016 14:08:21 -0300 Subject: [PATCH] update readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e88a728..59e4cdd 100644 --- a/README.md +++ b/README.md @@ -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|