
Databases in 2025: A Year in Review
www.cs.cmu.eduThe world tried to kill Andy off but he had to stay alive to to talk about what happened with databases in 2025.
7 links

The world tried to kill Andy off but he had to stay alive to to talk about what happened with databases in 2025.

A user friendly TUI for SQL databases. Written in python. Supports SQL server, Mysql, PostreSQL, SQLite, Turso and more. - Maxteabag/sqlit

How to access to a DSM provisioned Postgres database using User or Client Certificates

you can control access between clients and databases through the use of NSX DFW rules

Dumping a SQLite database to a text file can make it much smaller, which means you can download it faster.

The VCSA vPostgres service fails starting. In this post I describe how I was able to revive my Postgres instance with the help of the Postgres Write-Ahead log (WAL). The Postgres Write-Ahead Log contains enough data for Postgres to restore its state to the last committed transaction. Nevertheless, this action should be done with care.

How Relational Databases Work. This post talks about how indexes and transactions work on the inside of relational databases.