<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>argius</author_name>
  <author_url>https://blog.hatena.ne.jp/argius/</author_url>
  <blog_title>argius note</blog_title>
  <blog_url>https://argius.hatenablog.jp/</blog_url>
  <categories>
    <anon>database</anon>
    <anon>Ruby</anon>
  </categories>
  <description>配列の配列を、SQLを使って操作できるようにしたものを作ってみました。簡易なので、制限は山ほどありますが、一部は以下のようなものです。 SQLと言っても、限られたものしか使えない SELECT,UPDATE,INSERT,DELETE,WHEREと不完全な CREATE TABLE 内部値は全てString型 基本的にメモリ上で動作 ファイルを使う場合は、CSVを標準入力から読み込ませることはできます。 require &quot;./database.rb&quot; table = Database.new.create_table &quot;stock&quot;, %w[ id name count ] while lin…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fargius.hatenablog.jp%2Fentry%2F20080114%2F1200313377&quot; title=&quot;簡易データベースの実装 - argius note&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-01-14 21:22:57</published>
  <title>簡易データベースの実装</title>
  <type>rich</type>
  <url>https://argius.hatenablog.jp/entry/20080114/1200313377</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
