rucash 0.1.2

read Gnucash sql file
Documentation
rucash-0.1.2 has been yanked.

rucash provides a simple interface to GnuCash files stored in SQL (sqlite3, PostgreSQL and MySQL).

Example

let book = rucash::Book::new("sqlite://money.gnucash").unwrap();
let accounts = book.accounts();