Helix
Explore posts from serversDTDrizzle Team
•Created by Helix on 7/18/2024 in #help
Querying Views
I'm currently trying to query a view, but im getting an error back.
and is my code.
I'm getting a parse error but im not sure why.
2 replies
DTDrizzle Team
•Created by Helix on 7/12/2024 in #help
Data Retrieved As Same Data
I am retrieving some data using an api, and I'm only getting the same number in one column even though the data is different in the database. My database has a column that is default uuid_short(), is this the correct way to do the schema?
2 replies
DTDrizzle Team
•Created by Helix on 7/12/2024 in #help
Drizzle and Turso not showing live data.
I'm currently using Drizzle and Turso, and have an api to add data into my database. However, I am only getting the data that was in the table before I added new data. When I view on Turso I see the updated data, and when I view through Drizzle Studio I am also seeing the updated data, however when I try to use my api to see the data it returns old data.
This is my api call.
4 replies