typeorm / expo-example

Example of using the Expo driver with TypeORM
30 stars 53 forks source link

Extremely helpful article #4

Open danieloi opened 3 years ago

danieloi commented 3 years ago

This documents issues one might face setting this up in an expo managed workflow as at sdk 40 in May of 2021.

Mighty helpful!

https://dev.to/jgabriel1/expo-sqlite-typeorm-4mn8

pleerock commented 3 years ago

link seems to be broken

danieloi commented 3 years ago

@pleerock You’re right! I’ve corrected the link

S-DICKSON commented 2 years ago

@danieloi I tried this implementation with the new DataSource class but with no luck. Have you got any guide or sample code for it? As Connection is now a deprecated class.