<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ayaketan</author_name>
  <author_url>https://blog.hatena.ne.jp/ayaketan/</author_url>
  <blog_title>ayaketanのプログラミング勉強日記</blog_title>
  <blog_url>https://ayaketan.hatenablog.com/</blog_url>
  <categories>
    <anon>Ruby</anon>
  </categories>
  <description>下記のページを参考にSequelの使い方を勉強する。 README.rdocSequelの簡単な使い方 例文に自分なりの解説を追加すると下記のようになった。 require 'rubygems' require 'sequel' DB = Sequel.sqlite # メモリ上のデータベースにアクセスするオブジェクト「DB」を作成 # itemsというテーブルを作成。 DB.create_table :items do primary_key :id # プライマリキーとなるInt型の列「id」を作成 String :name # String型の列「name」を作成 Float :pric…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fayaketan.hatenablog.com%2Fentry%2F20111215%2F1323953761&quot; title=&quot;Sequelの使い方（SQLite） - ayaketanのプログラミング勉強日記&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/a/ayaketan/20111215/20111215215136.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-12-15 21:56:01</published>
  <title>Sequelの使い方（SQLite）</title>
  <type>rich</type>
  <url>https://ayaketan.hatenablog.com/entry/20111215/1323953761</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
