anonimongo icon indicating copy to clipboard operation
anonimongo copied to clipboard

Another Nim pure Mongo DB driver

Results 9 anonimongo issues
Sort by recently updated
recently updated
newest added

As promised, I will begin this thread as I try to debug the issues in the GridFS test. I'm also testing mongodb v 7.0. So far CRUD operations work fine...

bug

What is the best way to handle reconnections when the connection gets lost? I'm trying to use this library with Prologue. When the connection gets lost, I see an error...

Hi, I use `anonimongo` to write [documentation](https://hapticx.github.io/happyx/#/guide/mongo_db) for HappyX web framework Your work is really awesome, I love it!

Fixes some of https://github.com/mashingan/anonimongo/issues/27

Hi, wondering why Bson doesn't support auto-conversion of `Option`? It code below the `bson -> json -> object` conversion works, but the `bson -> object` does not. Wonder why? ```Nim...

feel free to close as off topic, but just wanted to open this as a placeholder for discussion, or in case someone has already built it and is willing to...

```nim when true: # D20200814T190741 import pkg/anonimongo import std/sha1 let uriserver = "mongodb+srv://myuser:[email protected]/admin?ssl=true" var mongo = newMongo(uri = uriserver, poolconn = 2) mongo.slaveOk doAssert waitfor mongo.connect ``` ``` nim cpp...

Nim 2.2 is about to be released and `anonimongo` doesnt compile with it.