<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>danglingfarpointer</author_name>
  <author_url>https://blog.hatena.ne.jp/danglingfarpointer/</author_url>
  <blog_title>danglingfarpointer's memoization</blog_title>
  <blog_url>https://danglingfarpointer.hatenablog.com/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>PythonでSQLite3の使い方のメモです。 SQLite3のライブラリインポート import sqlite3 データベースへのコネクションを取得 conn = sqlite3.connect('warehouse.db') 引数でDBファイルを指定します。 カーソルの取得 cur = conn.cursor() コネクションからカーソルを取得します。カーソルを通してテーブルから値を取り出したり、更新したりします。 SQL文実行 cur.execute('....&lt;SQL&gt;...') 結果の取得 cur.fetchall() SQLの実行結果を取得します。1つだけ取得するfetchone…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdanglingfarpointer.hatenablog.com%2Fentry%2F2016%2F02%2F02%2F211439&quot; title=&quot;PythonでSQLite3 - danglingfarpointer&amp;#39;s memoization&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>2016-02-02 21:14:39</published>
  <title>PythonでSQLite3</title>
  <type>rich</type>
  <url>https://danglingfarpointer.hatenablog.com/entry/2016/02/02/211439</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
