add database file and file locking

This commit is contained in:
Syping 2024-02-06 16:19:08 +01:00
parent 94251d7dde
commit bb10b8ad59
8 changed files with 242 additions and 50 deletions

View file

@ -19,8 +19,7 @@
#ifndef DATABASE_CORE_H
#define DATABASE_CORE_H
#include <vector>
#include "settings.h"
#include "settings_types.h"
namespace bot {
namespace database {