Add new function for insert post (faster/bulk)

This commit is contained in:
Logan Williams
2023-05-04 14:04:55 +02:00
parent 2320ea1efd
commit ebbc6b69dd
11 changed files with 209 additions and 150 deletions

View File

@@ -28,6 +28,7 @@ ocrd-pyexiftool = "*"
filelock = "*"
telethon = "*"
psycopg2 = "*"
joblib = "*"
[dev-packages]
pytest = "*"