<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>inokara</author_name>
  <author_url>https://blog.hatena.ne.jp/inokara/</author_url>
  <blog_title>ようへいの日々精進XP</blog_title>
  <blog_url>https://inokara.hateblo.jp/</blog_url>
  <categories>
    <anon>mongodb</anon>
  </categories>
  <description>概要 とりあえず MongoDB を触ってみたのでメモ こちらが MySQL の操作と比較していて個人的に分り易かった 操作 データベースとコレクションの操作 データベース選択（追加） use hogehoge hogehoge が存在しない場合には hogehoge が作成される。 データベース一覧 show dbs コレクション作成 &gt; db.createCollection(&quot;firstmogo&quot;); { &quot;ok&quot; : 1 } コレクション一覧 &gt; db.getCollectionNames(); [ &quot;firstmogo&quot;, &quot;huga&quot;, &quot;system.indexes&quot; ] ドキュ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Finokara.hateblo.jp%2Fentry%2F2013%2F08%2F31%2F073336&quot; title=&quot;MongoDB のコマンド操作メモ - ようへいの日々精進XP&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>http://cdn-ak.f.st-hatena.com/images/fotolife/i/inokara/20130831/20130831075149.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2013-08-31 07:33:36</published>
  <title>MongoDB のコマンド操作メモ</title>
  <type>rich</type>
  <url>https://inokara.hateblo.jp/entry/2013/08/31/073336</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
