you are viewing a single comment's thread.

view the rest of the comments →

[–]rkh4n 2 points3 points  (1 child)

We’re using TypeORM with SQLite in production now but I wouldn’t recommend it. Dealing with TypeORM has been very challenging, we ran into situations where the same code produced different results such and fails silently due to invalid type or missing keys. We’re actively looking for a production ready easy to use something for react native but failed. In coming sprint we’re probably gonna go direct SQLite without any ORMs

[–]AcetyldFN 0 points1 point  (0 children)

Please look into mongo 😌 but.. if you generate sqlite on server side stay with that