davebehr1 / ledger

double entry ledger for financial applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ledger

  • This implementation caters for splits
  • This implementation enforces that ledger entries balance on the database level (all entries are commited or none at all).

Run instructrions:

  • brew install golang-migrate on mac if you havent already
  • docker-compose up
  • make migrateup
  • go run main.go seed

About

double entry ledger for financial applications


Languages

Language:PLpgSQL 62.6%Language:Go 29.8%Language:Makefile 7.6%