<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>charsbar</author_name>
  <author_url>https://blog.hatena.ne.jp/charsbar/</author_url>
  <blog_title>Charsbar::Note</blog_title>
  <blog_url>https://charsbar.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>遅ればせながらDBD::SQLiteの新しい開発版が出ました。今回の目玉はLaurent Dami氏が実装してくださったFTS3の拡張機能。これを使うとDBD::SQLiteでも簡単に日本語全文検索ができるようになります。使い方はこんな感じ。 use strict; use warnings; use DBI; use Text::MeCab; my $mecab = Text::MeCab-&gt;new; my $dbh = DBI-&gt;connect('dbi:SQLite::memory:'); $dbh-&gt;do('create virtual table foo using fts3 (co…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcharsbar.hatenadiary.org%2Fentry%2F20100828%2F1282937592&quot; title=&quot; DBD::SQLite 1.30_04/05 - Charsbar::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>2010-08-28 04:33:12</published>
  <title> DBD::SQLite 1.30_04/05</title>
  <type>rich</type>
  <url>https://charsbar.hatenadiary.org/entry/20100828/1282937592</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
