Implement SQLAlchemy integration and create database schemas for local and remote modes; refactor KomCache class methods

This commit is contained in:
2025-05-29 09:47:07 +02:00
parent 8218c454b4
commit 2c9505b23a
4 changed files with 173 additions and 99 deletions

View File

@@ -9,6 +9,8 @@ authors = [
requires-python = ">=3.13"
dependencies = [
"komconfig",
"pymysql>=1.1.1",
"sqlalchemy[asyncio]>=2.0.41",
]
[build-system]