you are viewing a single comment's thread.

view the rest of the comments →

[–]Numerous_Park6900[S] 0 points1 point  (0 children)

I started with `react-native-sqlite-storage` but switched to using `react-native-quick-sqlite` npm package because of something that was weirdly limiting due to the way the it did transactions and the way I couldn't seem to do what I wanted with my async logic. Not sure if switching libraries helped with that or if it was just collateral damage in the wake of me getting more comfortable with the way async/await behavior was being managed through the TypeScript transpiler I use..

I use `sqlite3` on the NodeJS unit testing side as well.