diff --git a/README.md b/README.md new file mode 100644 index 0000000..28f46cf --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# FirebaseRedis kind-of-double-ORM +`fr` is a double kind-of-double-ORM for Firebase and Redis. + +[Redis](https://www.redis.io) as a main data storage. +[Firebase](https://firebase.google.com/) as a presentation data storage. + +Currently supports: +* Typed fields (`StringField`, `IntField`, etc.) +* Simple id-only quering +* CRUD operations on data +