Expand description
Database version utils.
Enums§
- Error when checking a database version using
check_db_version_file
Constants§
- The version of the database stored in the
DB_VERSION_FILE_NAME
file in the same directory as database. - The name of the file that contains the version of the database.
Functions§
- Checks the database version file with
DB_VERSION_FILE_NAME
name. - Creates a database version file with
DB_VERSION_FILE_NAME
name containingDB_VERSION
string. - Returns a database version file path.
- Returns the database version from file with
DB_VERSION_FILE_NAME
name.