category

PostgreSQL

137 posts

PostgreSQL

Scaling Python released

Today I am very pleased to announce the release of the book Scaling Python from my good friend Julien Danjou! As Julien says, Python applications can handle millions of …

PostgreSQL

SQL Regression Tests

In a previous article here we saw How to Write SQL in your application code. The main idea in that article is to maintain your queries in separate SQL files, where …