From 272773b366f7a1ef51a8923249b86290eed0f255 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Tue, 29 Mar 2016 08:31:28 -0300 Subject: [PATCH] Add reference to RxSimpleNoSQL in README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e3f126d..c93480b 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,11 @@ NoSQL.with(context).using(SampleBean.class) }); ``` +Reactive Extensions +------------------- + +[RxSimpleNoSQL](https://github.com/xmartlabs/RxSimpleNoSQL) provides an API in order to use reactive extensions for SimpleNoSQL. + Development ----------- This project is still very new and under active development. The API is in a wildly fluctuating state as I figure out