1 # Author: Daniel Garcia <dani@danigm.net>
4 from sqlobject import *
7 class Tracker(SQLObject):
15 connection_string = 'sqlite://%s/devdata.sqlite' % os.getcwd()
16 connection = connectionForURI(connection_string)
17 sqlhub.processConnection = connection
22 # You need to create the database before.