KirbyTwister
DTDrizzle Team
•Created by koayck on 10/26/2024 in #help
Is Drizzle compatible with Expo React Native and Supabase?
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
3 replies
What is the best way to use pinia with useAsyncData
My suggestion would be to try rewrite it as a setup store (https://pinia.vuejs.org/core-concepts/#Setup-Stores), but utilize
useState
instead of ref
5 replies
DTDrizzle Team
•Created by piscopancer on 3/22/2024 in #help
"You're about to add not-null useless column without default value, which contains 1 items"
Seems like an oversight, yeah
6 replies
DTDrizzle Team
•Created by piscopancer on 3/22/2024 in #help
"You're about to add not-null useless column without default value, which contains 1 items"
I'm not quite experienced with sqlite but why are u trying to default integer value to a boolean value?
6 replies
DTDrizzle Team
•Created by DYELbrah on 3/16/2024 in #help
Will Drizzle throw when we attempt to update and zero records where updated?
Update doesn't check if the record exists, so it will go through without any effect
3 replies