PAdventures
Explore posts from serversDTDrizzle Team
•Created by PAdventures on 12/19/2023 in #help
Dizzle Kit: Push altering unchanged column
I will push this to planetscale. I run the push again without doing anything and this happens:
15 replies
DTDrizzle Team
•Created by PAdventures on 12/10/2023 in #help
ExecutedQuery data question
what do these attributes mean when it comes to planetscale? it's quite confusing
I assume
time
is how long the query took
rowsAffected
is that row read/row returned
?
rows
I assume are the rows that were returned
fields
is assume are the table fields
statment
i assume is the raw SQL statement
the others I have no clue2 replies
DTDrizzle Team
•Created by PAdventures on 11/28/2023 in #help
Migration Confirmation/Help with PlanetScale
I know I can test this myself but I want to reduce the connections to my PlanetScale database.
So, I have my main branch which has a password to it, and a development branch off of the main branch with it's own password. If I use the dev url in the migration config file and main url for the drizzle connection will this cause any issues.
Here is what I have done:
1 replies