diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-01-15 12:31:20 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-01-15 12:31:20 +1100 |
| commit | 7cdcd44e0ca10ebdc796638190ed1d9b45d99ef0 (patch) | |
| tree | 637b43848d17c9dbdc1688cb4733eb235f223e37 /src/database/include/database.hpp | |
| parent | 0e04eb918ec976017276306181282769d8896c83 (diff) | |
| download | tangara-fw-7cdcd44e0ca10ebdc796638190ed1d9b45d99ef0.tar.gz | |
Begin migration of remaining screens to Lua
Diffstat (limited to 'src/database/include/database.hpp')
| -rw-r--r-- | src/database/include/database.hpp | 4 |
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; |
