Extend sqlite3 database, item and link support

This commit is contained in:
Frank Matthieß 2024-09-15 22:49:23 +02:00
parent 60e2d3e044
commit 831b801696
10 changed files with 597 additions and 92 deletions

9
.env Normal file
View file

@ -0,0 +1,9 @@
PYTHONPATH=${PWD}/src/modules/
ITEMSDB_SQLITE3_DATABASEDIR=${PWD}/build/database
ITEMSDB_SQLITE3_FILENAME=itemsdb.db
ITEMSDB_PREFIX=test2_
ITEMSDB_LOGLEVEL=debug
ITEMSDB_DEBUG_MODULES=itemsdb.sqlite3