From 22a5a41534bac05506b2fa97c7f83b34d1439d79 Mon Sep 17 00:00:00 2001 From: "Brian J. Cardiff" Date: Mon, 27 Jun 2016 14:11:54 -0300 Subject: [PATCH] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64fad43..24887b1 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,10 @@ # crystal-db -Common db api for crystal +Common db api for crystal. You will need to a specific driver to access a database. -There is already a forked implementation for [sqlite](https://github.com/bcardiff/crystal-sqlite3/tree/db) and [mysql](https://github.com/bcardiff/crystal-mysql/tree/db) that (partially) implements mysql's binary protocol (no dependency!) +* [sqlite](https://github.com/crystal-lang/crystal-sqlite3) +* [mysql](https://github.com/crystal-lang/crystal-mysql) ## Installation