Sorry fellas, I failed to realise that the u is for ulysses stuff. My mistake, I'll change it tonight when I get home. Thanks for the encouraging words, I've been writing code for about 6 months now but this is the first actual release I've made.
As far as the code is concerned, It's poorly commented and it's about as modular as... as... well, something that isn't modular. Good idea about the SQL wrapper function, thanks. I'll try implementing that tonight, since the queries are very simple, just SELECT, INSERT and UPDATE queries. I'll even try and set it up so that if the mySQL module isn't loaded it defaults to SQLite so it doesn't go flat on its face if it messes up.
Update: Name changed, working on v1.1 right now. Thanks spbogie.
UPDATE:
I updated to version 1.1, which includes choosing your storage method and contains a few other tweaks. Overall I'm pretty excited about it
CHANGELOG:
v1.1
- [CHANGED] Name changed for Team Ulysses. Sorry guys, my mistake!
- [CHANGED] Added mySQL configuration options instead of hardcoding connection details.
- [ADDED] Added support for SQLite.
- [ADDED] Added SQL subroutine to handle queries.
v1.0
- Initial release.