lwerdna / bugtrack

bughouse rating and tracking software
GNU General Public License v3.0
4 stars 2 forks source link

update to sqlite, need clean db wrapping module #2

Closed lwerdna closed 12 years ago

lwerdna commented 12 years ago

what may be useful now is to have like a "dbwrap" module where the main app can be completely unaware of sqlite and just use like:

dbwrap.getRating() dbwrap.getRD() dbwrap.updateRating(, ) dbwrap.updateRD(, ) dbwrap.recordGame(time, aw, aw_rating, ab, ab_rating, bw, bw_rating, bb, bb_rating)

and then whatever other subs make sense for like a records gui to call

thompGIT commented 12 years ago

I'll take this one.

lwerdna commented 12 years ago

merged thompGIT's junk in

https://github.com/lwerdna/bugtrack/commit/251c7cdb692960b61bcc88ed5a0c2f1d56948790