Open esutton opened 5 years ago
Hi @esutton ,
I am personally using typeorm so far for proto-typing small apps. while the production app I am maintaining at the moment is using pouchdb-react-native. which is now a dead project with no maintainer. Also react-native-couchbase-lite is kind of dead using 1.x.
I suggest you check realmdb, however it works on Android and iOS only. realmdb is maintained well so far.
I still think typeorm is promising as it as strong community behind it.
@sheva007 First thank you very much for typeorm-boilerplate. I could not get https://github.com/typeorm/react-native-example to work on either Android and iOS. Your repo was very helpful.
Is typeorm recommended and ready for production use with react native apps?
With 670 open issues in https://github.com/typeorm/typeorm/issues I am concerned if you are not smart enough to solve a typeorm issue by yourself then you may be quickly find yourself in trouble with typeorm.
For example, if basic OneToMany & ManyToOne relationships are not working as I saw in issue https://github.com/sheva007/typeorm-boilerplate/issues/1
Thanks again for this repo!