Comments on: More GnuCash to MySQL tools and queries http://www.xaprb.com/blog/2006/11/29/more-gnucash-to-mysql-tools-and-queries/ Stay curious! Fri, 10 May 2013 18:25:19 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: Bits By The Pound » Exporting from GnuCash http://www.xaprb.com/blog/2006/11/29/more-gnucash-to-mysql-tools-and-queries/#comment-17142 Bits By The Pound » Exporting from GnuCash Sat, 24 Oct 2009 13:51:37 +0000 http://www.xaprb.com/blog/?p=151#comment-17142 [...] There exist some scripts to move gnucash data into a mysql database [...]

]]>
By: Marcus http://www.xaprb.com/blog/2006/11/29/more-gnucash-to-mysql-tools-and-queries/#comment-16461 Marcus Wed, 20 May 2009 09:25:17 +0000 http://www.xaprb.com/blog/?p=151#comment-16461 Beginning with version 2.3 (2.4 will be the next stable) Gnucash now has it’s own schema for Mysql, PostgreSQL and some embedded DB.

Using one of my existing database-backends I’ll
write a a new one that uses the same schema for
jGnucashLib.

]]>
By: o about a program I wrote to export GnuCash data into a MySQL database, including a couple of queries against the resulting schema. I’ve made some improvements since then to allow a simple overlay of my wife’s categories onto the GnuCash hierarchy. Th http://www.xaprb.com/blog/2006/11/29/more-gnucash-to-mysql-tools-and-queries/#comment-14138 o about a program I wrote to export GnuCash data into a MySQL database, including a couple of queries against the resulting schema. I’ve made some improvements since then to allow a simple overlay of my wife’s categories onto the GnuCash hierarchy. Th Wed, 09 Jan 2008 06:37:36 +0000 http://www.xaprb.com/blog/?p=151#comment-14138 I found your scripts a couple of days and thought — finally, I don’t have to write scheme just to get some relatively simple reporting. I wasn’t thrilled about installing mysql and figuring out how to use it but, meh, that’s hardly worth complaining about given the size of today’s disks and memory.

Then I realized my limited knowledge of SQL is insufficient to understand the queries you wrote, much less write ones of my own :).

I ended up deciding that it was easier for me to do the analyzing in a scripting language directly, instead of stepping out to SQL.

The net result is I wrote some classes to parse the file and present a set of navigable objects. (The “website” I entered in the reply form links to the code.)

So, even though I ended up not using your code, thanks for the inspiration!

]]>
By: Xaprb http://www.xaprb.com/blog/2006/11/29/more-gnucash-to-mysql-tools-and-queries/#comment-13344 Xaprb Mon, 27 Aug 2007 14:59:47 +0000 http://www.xaprb.com/blog/?p=151#comment-13344 Right, I had omitted that file. It should be there now. Sorry for the error.

]]>
By: Xaprb http://www.xaprb.com/blog/2006/11/29/more-gnucash-to-mysql-tools-and-queries/#comment-13343 Xaprb Mon, 27 Aug 2007 14:57:03 +0000 http://www.xaprb.com/blog/?p=151#comment-13343 I probably messed up the Makefile. I’ll check and let you know.

]]>