Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tilalis authored Feb 19, 2018
1 parent 067c02d commit f1a8ad0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f1a8ad0

Please sign in to comment.