<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#666666">
    hello all! :)<br>
    <br>
    i was reading some of webkit resources, and one of them is to
    provide local database storage, including sqlite3.<br>
    <br>
    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).<br>
    <br>
    is it possible?<br>
    <br>
    references:<br>
    <ul>
      <li><a class="moz-txt-link-freetext" href="https://github.com/WebKit/webkit/blob/master/Source/WebCore/platform/sql/SQLiteDatabase.cpp">https://github.com/WebKit/webkit/blob/master/Source/WebCore/platform/sql/SQLiteDatabase.cpp</a></li>
      <li><font face="Arial, Helvetica, sans-serif"><a class="moz-txt-link-freetext" href="https://www.webkit.org/blog/126/webkit-does-html5-client-side-database-storage/">https://www.webkit.org/blog/126/webkit-does-html5-client-side-database-storage/</a></font></li>
    </ul>
    <p><br>
      <font face="Arial, Helvetica, sans-serif">kind regards,<br>
        richard.<br>
      </font></p>
  </body>
</html>