Databases are such an essential building block of anything significant in I.T…

For the longest time, I have worked with relational databases such as MS SQL Server, Oracle and then #MySQL when it became usable (around v3.23).

MySQL later forked to MariaDB, which still has its place for data that requires referential integrity (it’s also well integrated into #homeassistant . However, for my own devs, I now prefer #clickhouse for log & time series data. I also like #SQLite for fast local-running databases.