InvokeAI/invokeai/app/services/shared
psychedelicious 3414437eea feat(db): instantiate SqliteMigrator with a SqliteDatabase
Simplifies a couple things:
- Init is more straightforward
- It's clear in the migrator that the connection we are working with is related to the SqliteDatabase
2023-12-12 10:46:08 +11:00
..
sqlite feat(db): decouple SqliteDatabase from config object 2023-12-12 10:30:37 +11:00
sqlite_migrator feat(db): instantiate SqliteMigrator with a SqliteDatabase 2023-12-12 10:46:08 +11:00
__init__.py feat(backend): organise service dependencies 2023-10-12 12:15:06 -04:00
default_graphs.py chore: ruff check - fix flake8-comprensions 2023-11-11 10:55:23 +11:00
graph.py feat(nodes): add index and total to iterate output 2023-12-04 14:11:32 +11:00
pagination.py feat(api): chore: pydantic & fastapi upgrade 2023-10-17 14:59:25 +11:00