2007-09-14, 05:33 AM
So. I've decided to spend some quality time with JavaWiz's 1.0 Toolkit and make me a plugin. Which is to say, I've decided to spend untold hours creating a plugin to do what I presently do with a pencil and paper in 15 seconds.
But that's so low-tech.
I figured on using SQL Lite as a datastore, since that's what sub is using, and I want to stay consistent.
But - what's the right procedure here? Should I create my own .db3 file for whatever evil needs I have, or should I add new tables to the existing gbpvr3.db3 file?
I'm leaning towards the former, since the plugin does not interact with anything in the main database, but suppose there might be reasons to use the existing file.
Thoughts?
But that's so low-tech.
I figured on using SQL Lite as a datastore, since that's what sub is using, and I want to stay consistent.
But - what's the right procedure here? Should I create my own .db3 file for whatever evil needs I have, or should I add new tables to the existing gbpvr3.db3 file?
I'm leaning towards the former, since the plugin does not interact with anything in the main database, but suppose there might be reasons to use the existing file.
Thoughts?