Tags: tecnosam/pydongo
Tags
Release of MongoDB Indexes support (#18) * Updated documentation (#12) * Documentation for collections douments, drivers, and dsl * updaed config to also push docs to Github pages * FIxed bug in documentation's code snippets (#13) * Documentation for collections douments, drivers, and dsl * updaed config to also push docs to Github pages * Fixed bugs in sample code and documentation * Docs (#14) * Documentation for collections douments, drivers, and dsl * updaed config to also push docs to Github pages * Fixed bugs in sample code and documentation * Fixed bug in readme * DOCS: Fix links contributing and license. (#15) * Mongodb indexes support (#16) * Provide an IndexExpression class to represent a MongoDB Index * Methods to convert a FieldExpression to an IndexExpression * Compose CollectionResponseBuilder with IndexExpression; create index expressions * TODO: Implement `create_index` method in base driver * Fixed a bug in the type hinting * Fixed bug in docstring * Implemented create_index method in driver * mocked index creation behaviour * Typo in docstring * Implemented unit tests for index feature * Extended documentation for indexing * Index type and sort order as part of index options * use typing List for models * Fixed bug in as_index index_type assigment * Update pydongo/drivers/mock.py Co-authored-by: Copilot <[email protected]> * Update pydongo/drivers/base.py Co-authored-by: Copilot <[email protected]> * Update pydongo/drivers/sync_mongo.py Co-authored-by: Copilot <[email protected]> * Removed TODO.md file from tracking * Minor version bump --------- Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Kayque Govetri <[email protected]> Co-authored-by: Copilot <[email protected]>