nayan32biswas / mongodb-odm

MongoDB-ODM, NOSQL databases in Python, designed for simplicity, compatibility, and robustness.
https://mongodb-odm.readthedocs.io
MIT License
19 stars 1 forks source link

Implement transactions and make package py.typed #6

Closed nayan32biswas closed 1 year ago

nayan32biswas commented 1 year ago
  1. Make the package py.typed.
  2. Implemented DB transaction.
  3. Write the test for DB transactions.
  4. Write docs on transactions.