unwind/scripts
ducklet 4981de4a04 remove databases, use SQLAlechemy 2.0 instead
Among the many changes we switch to using SQLAlchemy's connection pool,
which means we are no longer required to guard against multiple threads
working on the database.
All db funcs now receive a connection to use as their first argument,
this allows the caller to control transaction & rollback behavior.
2023-11-27 23:24:35 +01:00
..
app add imdb full import mode 2021-06-21 18:54:03 +02:00
build add Vue UI [wip] 2021-07-28 23:08:10 +02:00
dev respect API_HOST & API_PORT env vars for dev 2023-11-26 19:43:56 +01:00
dev-server respect API_HOST & API_PORT env vars for dev 2023-11-26 19:43:56 +01:00
dev-ui add Vue UI [wip] 2021-07-28 23:08:10 +02:00
lint add Vue UI [wip] 2021-07-28 23:08:10 +02:00
lint-js lint 2021-08-05 19:18:52 +02:00
lint-py switch from black/isort/autoflake to ruff 2023-11-26 15:10:16 +01:00
load_imdb_dumps fix imdb data dir in script 2021-07-25 18:06:17 +02:00
profile add simple profiling script 2023-02-04 14:56:09 +01:00
server respect API_HOST & API_PORT env vars for dev 2023-11-26 19:43:56 +01:00
tests remove databases, use SQLAlechemy 2.0 instead 2023-11-27 23:24:35 +01:00