rucash 0.1.0

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

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

Example

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