Re: [sqlite] UnQLite

2013-07-07 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/07/13 20:51, Nico Williams wrote: > QBE is nice and simple, but lacks expressive power. The Mongo query syntax with an example JSON object: { "a": 10, "b": {"c": 3}, "d": ["one", "two", "three"]} To find all a==10: {"a" : 10 } To find all

Re: [sqlite] UnQLite

2013-07-07 Thread Nico Williams
On Sun, Jul 7, 2013 at 8:40 PM, Roger Binns wrote: > On 07/07/13 16:19, Simon Slavin wrote: > > > What has generally become important to me is being able to supply > arbitrary JSON as a "record", be able to query it, and get the same > arbitrary JSON

Re: [sqlite] UnQLite

2013-07-07 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/07/13 16:19, Simon Slavin wrote: > What has generally become important to me is being able to supply arbitrary JSON as a "record", be able to query it, and get the same arbitrary JSON back out. In addition to unqlite, some

[sqlite] UnQLite

2013-07-07 Thread Simon Slavin
Some of you might be interested in UnQLite: the description, and a great deal of the underlying technology, is close to SQLite except that the underlying language is not SQL. Please note that I’m posting here for those of you who are interested in databases /per se/.