Recent Posts

PostgreSQL Scripting Tips

3 minute read

I have been working on a double-entry ledger implementation in PostgreSQL called pgledger, and I wanted to write some example scripts. pgledger is written in...

A Ledger In PostgreSQL Is Fast!

4 minute read

I’ve been working on a ledger implementation in pure PostgreSQL called pgledger. For the backstory, please read my previous blog post: Ledger Implementation ...

Ledger Implementation in PostgreSQL

4 minute read

First, the tl;dr: I am working on a financial ledger implementation implemented entirely in PostgreSQL called pgledger.