Ariel
Ariel
Explore posts from servers
DTDrizzle Team
Created by Stu on 5/13/2024 in #help
Reverse Migration
alternatively, if one of the features you ship also has a migration change alongside with the code change and for whatever reason, the migration runs but the application code needs to be reverted, you need some way to quickly revert the database change as easily as possible before pushing the reverted change
11 replies
DTDrizzle Team
Created by Stu on 5/13/2024 in #help
Reverse Migration
thus, if you have a data migration that gets deployed, but misses some edge cases, you want an easy way to roll it back that's already been reviewed and deployed
11 replies
DTDrizzle Team
Created by Stu on 5/13/2024 in #help
Reverse Migration
not all teams will employ a blue-green deployment strategy for their databases and it feels a bit presumptive to assume that everyone must take that approach themselves
11 replies
DTDrizzle Team
Created by Stu on 5/13/2024 in #help
Reverse Migration
this is not about local development for my team, but rather production
11 replies
DTDrizzle Team
Created by Stu on 5/13/2024 in #help
Reverse Migration
honestly, the lack of this feature (and the corresponding lack of communication around it) might be the sole reasons my team votes to move away from drizzle, which would be a shame
11 replies
DTDrizzle Team
Created by Stu on 5/13/2024 in #help
Reverse Migration
I get that open source maintainers don't necessarily need to do everything the community wants, but I really wish they'd be more communicative about this painpoint that seems to impact a number of community members
11 replies
DTDrizzle Team
Created by Stu on 5/13/2024 in #help
Reverse Migration
I asked this in the #kit-discussion , too: https://discord.com/channels/1043890932593987624/1070810929475883038/1237992331240804434 So far, it seems like this entire topic is being ignored by the team...
11 replies
DTDrizzle Team
Created by Baron Von Enablestein on 3/20/2024 in #help
Drizzle Studio + RDS Data API
+1 for this 🙂
2 replies
DTDrizzle Team
Created by Ariel on 1/30/2024 in #help
Lateral Left Joins in Drizzle Core Queries
thanks!
5 replies
DTDrizzle Team
Created by Ariel on 1/30/2024 in #help
Lateral Left Joins in Drizzle Core Queries
but it seems on the roadmap? 😄
5 replies
DTDrizzle Team
Created by mattposgate on 1/21/2024 in #help
Simple but tricky
@Angelelz piggy-backing off of this, but is there a way in which you can also use a subquery to include aggregate functions in the extras?
7 replies
DTDrizzle Team
Created by Ariel on 1/30/2024 in #help
Lateral Left Joins in Drizzle Core Queries
In my research, I noticed that there's an open PR that would address this: https://github.com/alexvuka1/drizzle-orm/tree/feature/GH-420-join-lateral-support Hopefully it gets merged soon!
5 replies