diff --git a/README.md b/README.md index e69de29..c55e30a 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,8 @@ +# react-native-lite-orm +reactive lighwide sqlite ORM for sqlite, it is a thin layer on top of expo-sqlite that listens to any changes in the database, fire a callback or rerender a react component + +## Objective +build a query listener ability on top of sqlite, by building a complex query and then listen to any change in its result. + +## When not to use it. +if you just need an ORM, this is not for you, there are more