You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
Add a class method miniodm.Model.find_one_in() which is almost identical to miniodm.Model.find_in() but will only return the first result from the query.
Add a class method
miniodm.Model.find_one_in()
which is almost identical tominiodm.Model.find_in()
but will only return the first result from the query.See find_one (pymongo documentation).
The text was updated successfully, but these errors were encountered: