mmex_support_get_db_version
Retrieve the schema version of a Money Manager EX .mmb database by providing the file path and optional encryption key. Useful for verifying database compatibility.
Instructions
Get the database schema version of the MMEX database.
Args:
db_path: Path to the .mmb database file. Optional if MMEX_DB_PATH env var is set.
db_key: Encryption key for SQLCipher databases. Optional if MMEX_DB_KEY env var is set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db_path | No | ||
| db_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |