5 ms·
I wanted to like GNUCash, but I just didn't. I had the same concerns re: other apps. I used the situation as a reason to play with developing a standalone app
by kerneloftruth 5y ago
I wanted to like GNUCash, but I just didn't. I had the same concerns re: other apps. I used the situation as a reason to play with developing a standalone app using Go, with sqlite3 as the database (basically a localhost web app). It was actually a fun side project, with the satisfaction of being free from Intuit. With it being go and embedded sqlite3, there are basically no dependencies to worry about.
- MeinBlutIstBlau 5y ago