FuelRats / pipsqueak

ED Fuel rats IRC bot
Other
13 stars 14 forks source link

[MECHA3] Beginning of an Database Manager #269

Closed Holladiewal closed 6 years ago

Holladiewal commented 6 years ago

This is the beginning of an Database Manager. It has all needed function in an nested singleton class for messing with the database. Outside access shall be done via wrapper methods in the parent class. Such a wrapper for getting a fact has been provided, which can be used as an example. It is based on an sqlite3 database file.

theunkn0wn1 commented 6 years ago

Also, please do not place if statements and their actions in the same line. Sure it might fit within the pep8 char limit, but its against FR code style.

theunkn0wn1 commented 6 years ago

Thanks for the Pull request, please continue to work on it!

That said the branch you want to contribute to has been moved to the pipsqueak3 repository, therefore i must close this request.

please do not interpret this as a rejection of the PR, for it will be welcomed on the right branch.

o7