ZeroKnight / ZeroBot

My personal IRC/Multi-protocol Bot created (and re-created) for education and amusement.
MIT License
1 stars 0 forks source link

Move inline table creation throughout modules to `sql` files #40

Closed ZeroKnight closed 10 months ago

ZeroKnight commented 11 months ago

Instead of cramming table definitions into module code, they should be written in sql files. Not totally sure where they should live yet, but it should be done. Could also keep database migration scripts here as well.