On Wed, Feb 15, 2012 at 12:19:48PM -0500, Jay Dobies wrote: > On 02/14/2012 05:06 PM, Jason L Connor wrote: > >Hi All, > > > >I pushed a new script into playpen that I've been using to mess around > >with mongo. The MongoDB Interactive Client or mic. > > > >It supports only 3 functions right now: > >* connect() > >* clean() > >* collection(name) > > > >Which establish a connection to a database, clean all user collections > >from the database, and get a collection for the given name for the > >database, respectively. > > > >They do a little more than that, but I'll leave additional functionality > >to be gleaned by the interested pursuers. > > > >I've placed it under playpen/mongo/mic.py > > > >Cheers! > > Haven't look yet but this will be handy. The Mongo shell in F16 is > having issues again and segfaults for me when I do any queries, so > I've been looking for another way to be able to peek at the DB. > Thanks for throwing this together.
I use the mongo packages from 10gen and I don't have this problem. I wonder if the F16 ones just need to be rebuilt. Wasn't there a similar problem when F15 first came out? -- -- James Slagle -- _______________________________________________ Pulp-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/pulp-list
