From 2ee94b5662c0c18ad91bc549a1a596e71d89f366 Mon Sep 17 00:00:00 2001 From: jehiah Date: Wed, 17 Nov 2010 18:21:24 -0800 Subject: [PATCH] adding asyncmongo Updated Links (markdown) --- Links.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Links.md b/Links.md index 0b0f1b3..e46f655 100644 --- a/Links.md +++ b/Links.md @@ -3,4 +3,5 @@ * [[Cyclone|http://github.com/fiorix/cyclone]] - Tornado ported to the Twisted event loop * [[Tornado Tracing|http://github.com/bdarnell/tornado_tracing]] - Performance tracing library for Tornado * [[Route decorator|http://gist.github.com/616347]] - Alternate syntax for handler configuration -* [[trombi|http://github.com/inoi/trombi]] - An asynchronous CouchDB client running in Tornado's IOLoop \ No newline at end of file +* [[trombi|http://github.com/inoi/trombi]] - An asynchronous CouchDB client running in Tornado's IOLoop +* [[asyncmongo|http://github.com/bitly/asyncmongo]] - An asynchronous library for accessing mongodb with tornado.ioloop \ No newline at end of file