You May Also Enjoy
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...
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 ...