rucash 0.1.3

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

rucash provides a simple interface to GnuCash files stored in xml and SQL (sqlite3, PostgreSQL and MySQL). xml file should be decompressed to real xml file.

Example

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