WebReflection/sqlite-worker

Any examples using TypeORM?

Opened this issue · 1 comments

They support SQL.js but would be great to see how to properly setup connection with your persistence layer.

I would check out the TypeORM supported platforms:

TypeORM is able to run on React Native apps using the react-native-sqlite-storage plugin. For an example see typeorm/react-native-example.

SQL.JS would likely be a better starting point if that does not pan out. My two cents for what its worth.