InvokeAI/invokeai/app/services/shared/sqlite
psychedelicious@windows f1b6f78319 fix(db): fix windows db migrator tests
- Ensure db files are closed before manipulating them
- Use contextlib.closing() so that sqlite connections are closed on existing the context
2023-12-11 16:14:25 +11:00
..
migrations fix(db): remove errant print stmts 2023-12-11 16:14:25 +11:00
__init__.py feat: workflow library (#5148) 2023-12-09 09:48:38 +11:00
sqlite_common.py feat: workflow library (#5148) 2023-12-09 09:48:38 +11:00
sqlite_database.py fix(db): close db conn before reinitializing 2023-12-11 16:14:25 +11:00
sqlite_migrator.py fix(db): fix windows db migrator tests 2023-12-11 16:14:25 +11:00