JoelMon / pyTalkManager

Software to aid public talk coordinators in the congregations of Jehovah's Witnesses.
http://theodevelopers.github.io/pyTalkManager
6 stars 1 forks source link

Simplify database connections #43

Closed JoelMon closed 10 years ago

JoelMon commented 10 years ago

Take the code for connecting to a SQLite database, creating a courser, passing a command, commit, and close the connection into it's own method that other methods can call to interact with the SQLite database.

This new method will be an interface for other methods and will not be used directly by outside functions or methods.