#mysql
Read more stories on Hashnode
Articles with this tag
This is a preliminary draft - see https://www.avaitla16.com/how-i-write Historically you've needed an OLTP (online transaction processing system -...
Dolt is a unique product that can version your data. There are many features it includes but one is the 'AS OF' query to look at a certain past point...
AWS did a minor version upgrade for our MySQL servers from 8.0.17 to 8.0.23 this past Saturday at 4:55 AM CST. This is done automatically due to: In...
Did you ever see an unexpected value in the database and wonder how did that get there? Suppose you have a column that should be one of "red",...
Some benefits of ORMs: They avoid string mangling when building dynamic queries. Some complex string concatenations are actually more easily...