Add SQLite IO class

This is a very basic class without many helper functions added yet
Add to the CoreLibs so when we develop it further it can be used by all projects
This commit is contained in:
Clemens Schwaighofer
2025-10-23 15:22:12 +09:00
parent 5e0765ee24
commit 84ce43ab93
9 changed files with 1508 additions and 2 deletions

View File

@@ -63,3 +63,7 @@ ignore = [
[tool.pylint.MASTER]
# this is for the tests/etc folders
init-hook='import sys; sys.path.append("src/")'
[tool.pytest.ini_options]
testpaths = [
"tests",
]