mirror of
https://github.com/jaypyles/Scraperr.git
synced 2025-12-10 09:45:44 +00:00
* feat: replace mongodb with sqllite * feat: update docker compose to drop mongo * chore: drop logs * chore: cleanup * fix: unit tests * fix: workflow * fix: workflow run
4 lines
87 B
Python
4 lines
87 B
Python
from .common import insert, QUERIES, update
|
|
|
|
__all__ = ["insert", "QUERIES", "update"]
|