From 542c3969e270d0d0fbfd6b195181a127acc0e5fb Mon Sep 17 00:00:00 2001 From: Eduard Date: Thu, 1 Feb 2018 15:30:57 +0300 Subject: [PATCH] Added a link to the "transaction" library in the "Finance" section. (#1782) * Added link to the "transaction". Added link to the embedded database for accounts transactions. * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c67770b1..3857b279 100644 --- a/README.md +++ b/README.md @@ -502,6 +502,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-finance](https://github.com/FlashBoys/go-finance) - Comprehensive financial markets data in Go. * [go-money](https://github.com/rhymond/go-money) - Implementation of Fowler's Money pattern. * [ofxgo](https://github.com/aclindsa/ofxgo) - Query OFX servers and/or parse the responses (with example command-line client). +* [transaction](https://github.com/claygod/transaction) - Embedded transactional database of accounts, running in multithreaded mode. * [vat](https://github.com/dannyvankooten/vat) - VAT number validation & EU VAT rates. ## Forms