Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
here's the official driver my mongo
mongodb/mongo-go-driver
I just used github search.
where you lookong for an ORM instead? -
Just tag your objects fields with bson.
Also - golang has no generics, and is hard typed as well. Have fun! -
@cbsa yeah, it seems there's not a lot of pkgs in that area.
that is usually my experience with go, little amount of packages, or the packages that do exist have a very specific readme file. -
sebach1855y@cbsa I think the problem here is that you are trying to develop with it in a non idiomatic way.
Go without orm is lovely for me. No magic.
Although, if u want to do it anyway, go gorm
Related Rants
-
xorith19HTML: Hate This Meaningless Life CSS: Can't Style Shit JS: Just Shit Java: Just another vicious asshole PH...
-
StanTheMan4Hired a new backend Dev. He writes a script and sends it for testing... Tester: "It's not working..." Backend ...
-
goodBoiBadDev44She - So. Do you read ? Me - Yes. Infact a lot. Daily. My life is filled with it. She - Wow. Nice. So what d...
Can anyone tell me how I can integrate Mongo DB with golang?
I found go-bongo, but it's not well documented.
question
odm
mongodb
go
orm
golang