<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ruby-U</author_name>
  <author_url>https://blog.hatena.ne.jp/ruby-U/</author_url>
  <blog_title>rubyu's blog</blog_title>
  <blog_url>https://rubyu.hatenablog.com/</blog_url>
  <categories>
    <anon>python</anon>
    <anon>app engine</anon>
  </categories>
  <description>まず一例 数値と生成時刻だけを持つモデルを例に取る。 def Item(db.Model): score = db.IntegerProperty(default=0) created = db.DateTimeProperty(auto_now_add=True) ぐきゅる #itemを取得する qs = Item.all() オフセット、リミットを指定して #10番目から5個取得する qs = Item.all().fetch(5, 10) できないことあれこれ 1000番目以降のデータをぐきゅることはできない #2000番目から5個取得する qs = Item.all().fetch(5…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frubyu.hatenablog.com%2Fentry%2F20090625%2F1245933651&quot; title=&quot;datastoreでなんとか望むデータをぐきゅるためのテクニック - rubyu&amp;#39;s blog&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>2009-06-25 21:40:51</published>
  <title>datastoreでなんとか望むデータをぐきゅるためのテクニック</title>
  <type>rich</type>
  <url>https://rubyu.hatenablog.com/entry/20090625/1245933651</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
