Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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