Add preliminary code for database (this really needs to be cleaned)

This commit is contained in:
2024-11-22 19:20:44 -05:00
parent cd90d62b2c
commit ae2ec6f662
8 changed files with 241 additions and 98 deletions

View File

@ -5,7 +5,7 @@
// the current zblock config
extern struct zblock_config {
char *database_path;
char *conninfo;
} zblock_config;
int zblock_config_load(struct discord *client);