Skip to content

Tags: tecnosam/pydongo

Tags

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feat: Implemented pymongo async driver (#29)

Implemented PyMongoAsyncDriver which is based on official PyMongo Library
Renamed DefaultMongoDBDriver to PyMongoDriver
Renamed DefaultAsyncMongoDBDriver to MotorMongoDBDriver

v0.4.5

Toggle v0.4.5's commit message
use correct syntax for env vars

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

0.1.0

Toggle 0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #6 from tecnosam/main

Initial Release with Documentation setup