Package Exports
- react-native-ts-sqlite-orm
Readme
react-native-ts-sqlite-orm
This is a fully typescript sqlite-ORM-builder, It will make operation like UPDATE
, SELECT
, INSERT
and DELETE
a lot easier to handle.
Even when building you sql we are able to use linq
like ways using typescript js.
Installations
First install the desire sqlite database such as react-native-sqlite-storage
or expo-sqlite
.
Note that the library do not depends on which type of database you are using eg you could also use an api.
see dbContexts
npm install react-native-ts-sqlite-orm
Documentations
- Modules Setup
- DbContext
- Select and save operations
- Watch the db operations
- BulkSave
- Encryptions
- useQuery
- querySelector
Example Download the example and read the docs to fully understands how it works.
Please report any issues that you find so we could make this lib even better.