refactor: migration from sqlite to postgres with migration script (#483)

This commit is contained in:
2025-07-16 19:38:33 -06:00
committed by GitHub
parent b05fc9c36a
commit 4d21fd1754
5 changed files with 68 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ dependencies = [
"black==24.1.1",
"jsonschema>=4.23.0",
"openai>=1.59.7",
"psycopg2-binary>=2.9.10",
]
[dependency-groups]