JSPM

react-native-ts-sqlite-orm

0.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q34953F
  • License MIT

This is a fully typescript sqlite-ORM-builder

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

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.