added sqlite db backend progress

This commit is contained in:
2023-11-09 19:55:59 +01:00
parent 8b5859d858
commit ae236746ad
24 changed files with 303 additions and 72 deletions
+2
View File
@@ -5,6 +5,8 @@
namespace matador::utils::os {
std::string error_string(unsigned long error);
std::string getenv(const char* name);
[[maybe_unused]] std::string getenv(const std::string &name);