Extend sqlite3 database, item and link support
This commit is contained in:
parent
60e2d3e044
commit
831b801696
10 changed files with 597 additions and 92 deletions
9
.env
Normal file
9
.env
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue