This commit is contained in:
kud1ing 2015-01-09 21:37:09 +01:00
parent 4321dd490a
commit 8a72eacef7
2 changed files with 3 additions and 1 deletions

View file

@ -92,7 +92,7 @@ Only projects that are stable and useful to users are added. Projects that do no
* PostgreSql
* [sfackler/rust-postgres](https://github.com/sfackler/rust-postgres) — a native [PostgreSQL](http://www.postgresql.org) client [<img src="https://travis-ci.org/sfackler/rust-postgres.svg?branch=master">](https://travis-ci.org/sfackler/rust-postgres)
* Sqlite
* [linuxfood/rustsqlite](https://github.com/linuxfood/rustsqlite) — [Sqlite3](http://www.sqlite.org/) bindings
* [linuxfood/rustsqlite](https://github.com/linuxfood/rustsqlite) — [Sqlite3](http://www.sqlite.org/) bindings [<img src="https://travis-ci.org/linuxfood/rustsqlite.svg?branch=master">](https://travis-ci.org/linuxfood/rustsqlite)
### Date and time

View file

@ -285,6 +285,8 @@ DATA = \
"linuxfood/rustsqlite": {
"url": "https://github.com/linuxfood/rustsqlite",
"descr": md_link('Sqlite3', 'http://www.sqlite.org/') + " bindings",
"travis_url": "https://travis-ci.org/linuxfood/rustsqlite",
"travis_badge": "https://travis-ci.org/linuxfood/rustsqlite.svg?branch=master"
},
"dwrensha/capnproto-rust": {
"url": "https://github.com/dwrensha/capnproto-rust",