How to Setup Drizzle ORM with Expo SQLite in React Native?
Hello everyone,
I'm trying to set up Drizzle ORM with Expo SQLite for my React Native project. I have an existing SQLite database file (data.sqlite) that I want to use with Drizzle for type safety and better query building. can anyone suggest me any repo or docs, it would be very helpful. Thank you.
0 Replies