Files
Scraperr/api/backend/constants.py
Jayden Pyles 563ca2245e Refactor: Drop MongoDB (#48)
* 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
2024-11-21 18:11:46 -06:00

2 lines
35 B
Python

DATABASE_PATH = "data/database.db"