Email or username:

Password:

Forgot your password?
Top-level
Gosha

@berkes thank you, I was completely unaware of this movement! I will have to look into it.

My original idea was to preformat things for export into a spreadsheet, but then I thought that SQLite is the way, maybe pushing it one step further and doing plaintext is even better. Let’s see!

1 comment
BΓ¨r Kessels 🐝 🚐 πŸ„ 🌱

@gosha If it helps, some of my hacks/tools use postgres. It's not the single source of truth then, but makes some concepts easier.

E.g. my investments now have quarterly "price" entries: so a chart of "net worth over time" will be very coarse. Adding daily prices helps, and putting it in a prices.ledger that gets included makes it somewhat manageable. But if I need hourly pricing, which I rarely need, I'll copy it into a postgres db.

Go Up