Join us Sept 17 at .local NYC! Use code WEB50 to save 50% on tickets. Learn more >
Introduction This is the 10gen-supported Ruby driver for MongoDB[http://www.mongodb.org]. Here’s a quick code sample. See the MongoDB Ruby Tutorial (http://www.mongodb.org/display/DOCS/Ruby+Tutorial) for much more. require 'rubygems' require 'mongo' include Mongo db = Connection.new.db('sample-db') coll = db.collection('test') coll.remove 3.times do |i| coll.insert({'a' => i+1}) end puts "There ar
Welcome to the documentation site for the MongoDB Ruby Driver, the official MongoDB driver for Ruby applications. Get Started Learn how to install the driver, establish a connection to MongoDB, and begin working with data in the Get Started with the Ruby Driver tutorial. Connect to MongoDB Learn how to create and configure a connection to a MongoDB deployment in the Connect to MongoDB section. Dat
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く