pyodmongo
pyodmongo copied to clipboard
A Python ODM for MongoDB
Results
2
pyodmongo issues
Sort by
recently updated
recently updated
newest added
### Description I have collections with IDs that are not BSON ObjectIds, but strings of a different length. So far this has worked with pyodm - except for inserts. Actually...
enhancement
### Description I am trying to use aggregations as per https://pyodmongo.dev/aggregation/ However, my aggregation needs variables. In my case I am filtering embedded arrays in the documents I look at....
enhancement