lungo icon indicating copy to clipboard operation
lungo copied to clipboard

A MongoDB compatible embeddable database and toolkit for Go.

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

Hi, can this be used with Node.js MongoDB driver? Like with www.meteor.com ?

With other projects, you can dump to SQL, or export to CSV: - - Is something like this possible with Lungo?

The following query operators are missing. - [x] `$not` - [ ] Regex - [x] `$in` - [ ] Regex - [ ] `$expr` - [x] `$jsonSchema` - [ ]...

enhancement
help wanted

The following update operators and modifiers are missing: - [ ] `$` - [ ] `$addToSet` - [ ] `$each` - [x] `$pop` - [ ] `$pull` - [x] `$push`...

enhancement
help wanted

The following projection operators are missing: - [ ] `$` - [ ] `$elemMatch` - [ ] (`$meta`)

enhancement
help wanted

Is there a visual management tool available? Can it be compatible with existing MongoDB management tools?

Hello, The official MongoDB Go driver has now moved to a v2 release. I was wondering if there are any plans to adapt Lungo to support or integrate with this...