mirror of
https://github.com/jaypyles/Scraperr.git
synced 2025-12-13 03:06:23 +00:00
feat: replace mongodb with sqllite
This commit is contained in:
3
api/backend/database/__init__.py
Normal file
3
api/backend/database/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from .common import insert, QUERIES, update
|
||||
|
||||
__all__ = ["insert", "QUERIES", "update"]
|
||||
Reference in New Issue
Block a user