summaryrefslogtreecommitdiff
path: root/src/database/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/database/include')
-rw-r--r--src/database/include/database.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/database/include/database.hpp b/src/database/include/database.hpp
index 88a18e17..cb4064fb 100644
--- a/src/database/include/database.hpp
+++ b/src/database/include/database.hpp
@@ -63,6 +63,10 @@ class Database {
~Database();
+ auto schemaVersion() -> std::string;
+
+ auto sizeOnDiskBytes() -> size_t;
+
/* Adds an arbitrary record to the database. */
auto put(const std::string& key, const std::string& val) -> void;