Implement SQLiteDatabaseVersion

This commit is contained in:
Andrew Chow
2020-05-26 20:53:05 -04:00
parent 7577b6e1c8
commit ca8b7e04ab
2 changed files with 8 additions and 0 deletions

View File

@@ -96,4 +96,6 @@ public:
bool ExistsSQLiteDatabase(const fs::path& path);
std::unique_ptr<SQLiteDatabase> MakeSQLiteDatabase(const fs::path& path, const DatabaseOptions& options, DatabaseStatus& status, bilingual_str& error);
std::string SQLiteDatabaseVersion();
#endif // BITCOIN_WALLET_SQLITE_H