<html>
  <head>
    <meta content="text/html; charset=KOI8-R" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#666666">
    <div class="moz-cite-prefix">Thanks Konstantin and Allan!<br>
      <br>
      I'm sorry to hear that this can't be done anymore, since it was a
      hope of mine to bring more logic to the JavaScript end of my
      application :) But that's ok, nevertheless I'll have a lot of
      work, lol.<br>
      <br>
      My best regards,<br>
      Richard.<font style="color:#252525; font-size:12px;
        line-height:18px;" face="Arial, Helvetica, sans-serif"><br>
        <br>
        <br>
      </font>
      <div class="moz-signature">
      </div>
      On 02/26/2014 07:01 AM, Konstantin Tokarev wrote:<br>
    </div>
    <blockquote cite="mid:303641393408900@web26h.yandex.ru" type="cite">
      <pre wrap="">

26.02.2014, 13:29, "Konstantin Tokarev" <a class="moz-txt-link-rfc2396E" href="mailto:annulen@yandex.ru">&lt;annulen@yandex.ru&gt;</a>:
</pre>
      <blockquote type="cite">
        <pre wrap="">26.02.2014, 13:26, "Allan Sandfeld Jensen" <a class="moz-txt-link-rfc2396E" href="mailto:kde@carewolf.com">&lt;kde@carewolf.com&gt;</a>:

</pre>
        <blockquote type="cite">
          <pre wrap="">šOn Wednesday 26 February 2014, Konstantin Tokarev wrote:
</pre>
          <blockquote type="cite">
            <pre wrap="">šš26.02.2014, 00:38, "Richard Gerd Kuesters" <a class="moz-txt-link-rfc2396E" href="mailto:richard@humantech.com.br">&lt;richard@humantech.com.br&gt;</a>:
</pre>
            <blockquote type="cite">
              <pre wrap="">ššhello all! :)

šši was reading some of webkit resources, and one of them is to provide
ššlocal database storage, including sqlite3.

ššok, i'm developing a custom application with webkit, and i would like to
ššexpose my apps database to it, so i can access it directly using
ššjavascript (instead of writing miles of cpp code).

ššis it possible?
</pre>
            </blockquote>
            <pre wrap="">ššYes. WebKit exposes sqlite through APIs of Web Storage [1] (aka Local
ššStorage aka DOM Storage) and Indexed DB [2].
</pre>
          </blockquote>
          <pre wrap="">šIndexed DB is only supported from Qt 5.3 and uses leveldb as a backend. It is
šthe old database API WebSQL that uses SQLite as a backend.
</pre>
        </blockquote>
        <pre wrap="">
AFAIU it's possible to build 2.2.x or 2.3x with --indexed-database. I have not
checked if it works properly though.
</pre>
      </blockquote>
      <pre wrap="">
My bad, IDBSQLiteBackingStore was removed before 2.3 branch-off, though it is available
in 2.2.


Regards,
Konstantin
_______________________________________________
webkit-qt mailing list
<a class="moz-txt-link-abbreviated" href="mailto:webkit-qt@lists.webkit.org">webkit-qt@lists.webkit.org</a>
<a class="moz-txt-link-freetext" href="https://lists.webkit.org/mailman/listinfo/webkit-qt">https://lists.webkit.org/mailman/listinfo/webkit-qt</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>