tags:

views:

16

answers:

1

Could I use the Mongo client shell queries/commands from inside Ruby?

I know there is the Ruby driver DSL, but I was thinking about something similar to running a SQL query from within PHP.

Just for the sake of knowing.

+1  A: 

You can always work directly with the MongoDB Ruby driver. Read this tutorial for more information.

floatless