feat(cloud-store): support SQLite and PostgreSQL engines

This commit is contained in:
2026-07-12 16:53:02 +08:00
parent 05a5f0bfa7
commit 64aa9b39bc
7 changed files with 188 additions and 3 deletions
+1
View File
@@ -6,6 +6,7 @@ readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"device-agent-runtime==0.1.0",
"psycopg[binary]>=3.2.0",
"sqlalchemy>=2.0.0",
]