Add basic sqlite3 saving & loading support

This commit is contained in:
2023-10-27 13:48:59 +00:00
committed by Omicron
parent 4da8e096fe
commit 40276cb0b4
7 changed files with 354 additions and 7 deletions

View File

@@ -16,4 +16,5 @@
# Mercator. If not, see <https://www.gnu.org/licenses/>.
STASH_TAB_MAGIC = b"\x55\xAA\x55\xAA"
STASH_TAB_VERSION = 99
ITEM_DATA_MAGIC = b"JM"