You May Also Enjoy
Double-Entry Ledgers: The Missing Primitive in Modern Software
9 minute read
I think ledgers are underutilized in software development today. Specifically, double-entry ledger modeling would be a better fit in a lot of systems than th...
Visualizing Financial Data with DuckDB And Plotly
4 minute read
I like to keep a pretty close eye on my finances, such as my spending habits and net worth. Over the years, I’ve used a lot of different tools, such as YNAB,...
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.