added function to count documents
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
"""Database utils module content."""
|
||||
from __future__ import annotations
|
||||
|
||||
from .connect import connect
|
||||
|
||||
Regular → Executable
+1
@@ -1,3 +1,4 @@
|
||||
"""Definition of function to count documents in database."""
|
||||
from __future__ import annotations
|
||||
|
||||
from pymongo.collection import Collection
|
||||
|
||||
Reference in New Issue
Block a user