Quote:
Originally Posted by ChodTheWacko
I actually work for an open source database company so I'd really prefer to use my own product.  Not to mention, I'm more familiar with it so the idea of doing something more ambitious appeals to me. For example, setting up a web page so you can run whatever the hell kind of query you feel like against the data.
It's not so much CSV, it's just a more portable data format.
- Frank
|
I'd just generate the sqlite database and then dump to SQL, unless your database is not a SQLish one. If you really want, though, you can modify the stats code to call your database's API instead. If it's demonstrably better, we'd probably accept patches.