strinking / statbot

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

Replace ORM #29

Closed emmiegit closed 7 years ago

emmiegit commented 7 years ago

The data model that we need to store isn't super complicated, and required more rows and was generally more complex to use ORM. Really this just reverts the revert commits that implemented it in the new-schema-stuff branch.