zlmdb v25.10.1 Released! #73
oberstet
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🚀 zlmdb v25.10.1 Released!
We're excited to announce the release of zlmdb v25.10.1 - a complete LMDB solution for Python providing both low-level py-lmdb compatible APIs and high-level object-relational database capabilities!
📦 Quick Start
Install with pip (binary wheels available - no compilation needed!):
🌟 Key Features
🔋 Batteries Included - Zero Dependencies
zlmdb ships with everything bundled - no system dependencies required:
Just
pip installand you're ready to go!🎯 Two APIs in One Package
Low-level py-lmdb Compatible API:
High-level Object-Relational API:
🏗️ Production-Ready Build System
This release features a completely rebuilt CI/CD pipeline with:
Binary wheels for all platforms:
Automated release workflow with PyPI trusted publishing
Comprehensive test suite across all Python versions and platforms
Full documentation rebuilt and published to Read the Docs
📚 Updated Documentation
Complete documentation is now available at zlmdb.readthedocs.io including:
🔗 Release Links
💡 Why zlmdb?
For py-lmdb Users
If you're using py-lmdb, zlmdb is a drop-in replacement with these advantages:
import lmdbtofrom zlmdb import lmdbFor New Projects
zlmdb provides a modern, high-level ORM for LMDB:
For Performance-Critical Applications
🙏 Acknowledgments
zlmdb builds on the excellent LMDB (Lightning Memory-Mapped Database) by Howard Chu and Symas Corp, and provides APIs compatible with the widely-used py-lmdb library.
🐛 Issues and Contributions
Found a bug or have a feature request? Please open an issue on our GitHub Issues page.
Contributions are welcome! Check out our Contributing Guide.
📜 License
zlmdb is open source and licensed under the MIT License.
Happy coding with zlmdb! 🎉
zlmdb is part of the WAMP project family and maintained by Crossbar.io.
Beta Was this translation helpful? Give feedback.
All reactions