Re: [sqlite] HTML5 database commands as a JavaScript-SQLite bridge

2012-06-22 Thread Simon Slavin
On 22 Jun 2012, at 4:09pm, Etienne wrote: > Have you already had a look at JSDB? > > I know it is not closely related to your post (you speak of JS "client"), but > you can build little web apps very quickly with JSDB "Server" and "SQLite" > objects. > > There is also an ODBC driver (that I

Re: [sqlite] HTML5 database commands as a JavaScript-SQLite bridge

2012-06-22 Thread Etienne
e: [sqlite] HTML5 database commands as a JavaScript-SQLite bridge Date: Thu, 21 Jun 2012 18:53:49 +0100 On 13 Jun 2012, at 3:50am, Simon Slavin wrote: > So we have an excellent JavaScript-SQLite bridge but it's intentionally > prevented from accessing SQLite databases you keep on your

Re: [sqlite] HTML5 database commands as a JavaScript-SQLite bridge

2012-06-21 Thread Simon Slavin
On 13 Jun 2012, at 3:50am, Simon Slavin wrote: > So we have an excellent JavaScript-SQLite bridge but it's intentionally > prevented from accessing SQLite databases you keep on your computer. So it's > useful only if you only ever need to access the database inside a specific > browser. But

[sqlite] HTML5 database commands as a JavaScript-SQLite bridge

2012-06-12 Thread Simon Slavin
So for some time I've been searching for a general-purpose SQLite bridge for javascript. When I need this I'm generally keeping the database on a computer which is also a web server, so I just use a PHP file which I've written to act as a bridge: make JavaScript execute an HTTP operation to POS