Erla
DTDrizzle Team
•Created by Erla on 2/8/2024 in #help
Drizzle error with React Query
Thanks for advice , will definetely look into all of the options.
12 replies
DTDrizzle Team
•Created by Erla on 2/8/2024 in #help
Drizzle error with React Query
Yes ,apparently postgres package does not support being imported to the client side. That's why there is no issue with default supabase client to use in react query( client side for real time data) . So there are 2 ways for me. Either use 2 connections to db(drizzle and supabase for client side real time data) , or refactor the code to API route. Since I'm new to databases in general ,would appreciate comments if there is anyway to get real time data, solely with drizzle . Thank you.
12 replies
DTDrizzle Team
•Created by Erla on 2/8/2024 in #help
Drizzle error with React Query
No to all of them. Im only using Postress to initiate drizzle client (as per tutorials)
12 replies