mysql2cht script
I'm looking to use an existing mysql database to create .cht files from which random data can be generated. Is there an existing way to do this? I'm starting a script now that will work and, if there's not an existing method, I'll upload in as something you can include in the package?
There's no such scripts yet. And I'm very willing to include your version of the script in the distribution. I'll send you a commit bit so that you can start a branch directly in the official repository ;)
I've created an initial version and committed (38cb65ea1773e1576deab6994bbd8b874a4e3edd). It only handles the most basic use case (which is all I need), but my thought is that it can be used as a template for you to expand on.
On Wed, Jan 18, 2012 at 9:39 AM, rlowe [email protected] wrote:
I've created an initial version and committed (38cb65ea1773e1576deab6994bbd8b874a4e3edd). It only handles the most basic use case (which is all I need), but my thought is that it can be used as a template for you to expand on.
Thank you very much!
Best, -agentzh