lungo
lungo copied to clipboard
A MongoDB compatible embeddable database and toolkit for Go.
Node.js?
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` - [ ]...
The following update operators and modifiers are missing: - [ ] `$` - [ ] `$addToSet` - [ ] `$each` - [x] `$pop` - [ ] `$pull` - [x] `$push`...
The following projection operators are missing: - [ ] `$` - [ ] `$elemMatch` - [ ] (`$meta`)
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...