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
far) included in this all-in-one executable (no installation required), freely available for most popular OS at www.jsdb.org. Etienne P.S. I am not linked to JSDB's author, Shanti Rao. - Original message - From: Simon Slavin To: General Discussion of SQLite Database Subject: R

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