WebReflection / sqlite-worker

A simple, and persistent, SQLite database for Web and Workers.
https://webreflection.medium.com/a-persistent-sqlite-for-the-web-90083827d1f8
ISC License
182 stars 4 forks source link

Any examples using TypeORM? #13

Open delaneyj opened 2 years ago

delaneyj commented 2 years ago

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

twoxfh commented 2 years ago

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.