Registry / database / moped
library2.0.7rbrubygemsunverified

A MongoDB driver for Ruby, providing a low-level interface to interact with MongoDB databases.

gem install moped
INSTALL
IMPORT
SIG · MOPED
M
moped
databaserubyv2.0.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Moped
require 'moped'

Connect to MongoDB and insert a document.

require 'moped' session = Moped::Session.new(['127.0.0.1:27017']) session.use('mydb') session[:users].insert(name: 'John')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.7latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
moped — gem install moped · libregistry