mongodb-odm

MongoDB-ODM, NOSQL databases in Python, designed for simplicity, compatibility, and robustness.

MIT License

Downloads
703
Stars
17

Bot releases are hidden (Show)

mongodb-odm - 1.0.0 Latest Release

Published by nayan32biswas 9 months ago

What's Changed

Full Changelog: https://github.com/nayan32biswas/mongodb-odm/compare/0.2.5...1.0.0

mongodb-odm - 0.2.5

Published by nayan32biswas 11 months ago

What's Changed

Full Changelog: https://github.com/nayan32biswas/mongodb-odm/compare/0.2.4...0.2.5

mongodb-odm - 0.2.4

Published by nayan32biswas about 1 year ago

What's Changed

Full Changelog: https://github.com/nayan32biswas/mongodb-odm/compare/0.2.3...0.2.4

mongodb-odm - 0.2.3

Published by nayan32biswas about 1 year ago

What's Changed

Full Changelog: https://github.com/nayan32biswas/mongodb-odm/compare/0.2.2...0.2.3

mongodb-odm - 0.2.2

Published by nayan32biswas over 1 year ago

What's Changed

Full Changelog: https://github.com/nayan32biswas/mongodb-odm/compare/0.2.1...0.2.2

mongodb-odm - 0.2.1

Published by nayan32biswas over 1 year ago

What's Changed

Full Changelog: https://github.com/nayan32biswas/mongodb-odm/compare/0.2.0...0.2.1

mongodb-odm - 0.2.0

Published by nayan32biswas over 1 year ago

Added

  • The initial release of MongoDB-ODM, an Object Document Mapper based on PyMongo.
  • Provides easy mapping of Python objects to MongoDB documents.
  • Allows seamless interaction with MongoDB databases in Python applications.
  • Includes support for all MongoDB data types.
  • Offers intuitive APIs for common CRUD operations.
  • Provides flexible query APIs with support for advanced querying features.
  • Includes detailed documentation and examples for easy integration.
  • Compatible with Python 3.6 and higher.
mongodb-odm - 0.1.0a3

Published by nayan32biswas almost 2 years ago

Changes

  • The whole project was restructured. But a small change in the core functionality #2.