Is Drizzle compatible with Expo React Native and Supabase?
got Drizzle set up, but was slapped with the error after running npx expo start
looking for any solution/ updates on this issue from the drizzle team/ anyone who managed to get this fixed
2 Replies
As far as I see in documentation, you can only run SQLite with Drizzle using Expo
https://orm.drizzle.team/docs/get-started/expo-new#get-started-with-drizzle-and-expo
Drizzle ORM - Native SQLite
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.
That's what I thought. Thanks man @KirbyTwister