MCMingyong Cheninchenmingyong.hashnode.dev·Jun 11, 2025 · 1 min read✨ Proposal: Simplify MongoDB Transaction Handling in mongox with Wrapper APIsHi everyone, I’m working on a Go library called go-mongox, which extends the official MongoDB Go driver with generics, type safety, and fluent APIs. Recently, we’ve been exploring ways to simplify transaction handling, which can be quite verbose and ...00
MCMingyong Cheninchenmingyong.hashnode.dev·Nov 25, 2024 · 5 min readgo mongox Library: Easily Construct BSON Data for MongoDBIntroduction When developing Go applications that use MongoDB, we often need to write data in BSON format. Writing simple BSON data is straightforward, but dealing with complex BSON documents can be time-consuming and error-prone. Small mistakes or o...00
MCMingyong Cheninchenmingyong.hashnode.dev·Apr 24, 2024 · 7 min readgo-mongox: Generic Collection, Streamlined Document Operations, Efficient Build Bson, Plugin ProgrammingWhat is go-mongox? go-mongox is a generics-based library that extends the official MongoDB framework. Utilizing generic programming, it facilitates the binding of structs to MongoDB collections, aiming to provide type safety and streamlined data oper...00