KirbyTwister
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
NNuxt
Created by Mediv0 on 10/10/2024 in #❓・help
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
NNuxt
Created by Mediv0 on 10/10/2024 in #❓・help
What is the best way to use pinia with useAsyncData
Can you show the code in useNotificationsStore?
5 replies
NNuxt
Created by Nisthar on 9/15/2024 in #❓・help
why isn't input's value not updating when using useState value in it?
But not the other way around
18 replies
NNuxt
Created by Nisthar on 9/15/2024 in #❓・help
why isn't input's value not updating when using useState value in it?
One way binding implies that when A changes, then B changes too
18 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