strinking / statbot

A data ingestion bot that reads records from Discord guilds into a SQL database.
MIT License
22 stars 5 forks source link

Split sql.py and move model conversion functions #57

Open emmiegit opened 6 years ago

emmiegit commented 6 years ago

sql.py has gotten quite large. Statbot should adopt a system similar to futaba's that allows keeping SQL functionality isolated, but spread among several submodules.

emmiegit commented 4 years ago

Bump, this is probably the main big change that needs to be done to the codebase.