From fa065af7fe056d3ea7976b833880bf6b98c9413a Mon Sep 17 00:00:00 2001 From: kud1ing Date: Sun, 20 Jul 2014 16:08:45 +0200 Subject: [PATCH] add description --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 638d4be..316b07e 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,9 @@ Only projects that are more than a prototype should be added. Projects that do n * SQL * [wycats/rust-arel](https://github.com/wycats/rust-arel) — an in-progress port of the Ruby SQL building library arel * MySql - * [blackbeam/rust-mysql-simple](https://github.com/blackbeam/rust-mysql-simple) — [](https://travis-ci.org/blackbeam/rust-mysql-simple) + * [blackbeam/rust-mysql-simple](https://github.com/blackbeam/rust-mysql-simple) — a native MySql client [](https://travis-ci.org/blackbeam/rust-mysql-simple) * PostgreSql - * [sfackler/rust-postgres](https://github.com/sfackler/rust-postgres) — [](https://travis-ci.org/sfackler/rust-postgres) + * [sfackler/rust-postgres](https://github.com/sfackler/rust-postgres) — a native [PostgreSQL](http://www.postgresql.org) client [](https://travis-ci.org/sfackler/rust-postgres) * Sqlite * [linuxfood/rustsqlite](https://github.com/linuxfood/rustsqlite) — [Sqlite3](http://www.sqlite.org) bindings [](https://travis-ci.org/kud1ing/rustsqlite)