Anybody in the group has been using lawnchair - JSON storage?
I think we can use lawnchair in QuickConnect Hybrid and store and get
data from SQLite3 database if we can create an andapters.
http://westcoastlogic.com/lawnchair/adapters/
PhoneGapSQLitePlugin has already an adapter.
I think we just modify this adapter. Then we can save (store) and get
(retrieve) data from SQLite3 database.
We just need to create 2 SQLite3 database, one for lawnchair and one
for the traditional use (e.g. SQL CRUD).
Any thoughts?
Noli
Sent from my iPad
> --
> You received this message because you are subscribed to the Google Groups "QuickConnect" group.
> To post to this group, send email to quickconn...@googlegroups.com.
> To unsubscribe from this group, send email to quickconnectiPh...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/quickconnectiPhone?hl=en.
>
> Is the current sqlite3 tool included in QC not working for you?
It is working.
And I am able to extend it to use Spatialite library as well.
While waiting for UnQL, we can use Lawnchair (JSON) as well and use
QuickConnect SQLite3 databases as well.
http://www.infoq.com/news/2011/08/UnQL
Sqlite3 could not do JSON at the moment.
I think Lawnchair works side by side with SQLite3/Spatialite databases.
Thanks.
Noli
On the related note, SQLite3 and JSON.
Werner has a patch for SQLite3 to convert SQL results to JSON.
http://www.ch-werner.de/sqliteodbc/sqlite3json.tgz
Would this be useful to include this function in QuickConnect Hybrid
Sqlite3 library and make this function i.e sqlite3json in javascript?
Thanks.
Noli
Lee
Sent from my iPad
On Apr 1, 2012, at 5:49 PM, Noli Sicad <nsi...@gmail.com> wrote:
> Hi Lee,
>
> On the related note, SQLite3 and JSON.
>
> Werner has a patch for SQLite3 to convert SQL results to JSON.
>
> http://www.ch-werner.de/sqliteodbc/sqlite3json.tgz
>
> Would this be useful to include this function in QuickConnect Hybrid
> Sqlite3 library and make this function i.e sqlite3json in javascript?
>
> Thanks.
>
> Noli
>
>
>
> On 4/2/12, Noli Sicad <nsi...@gmail.com> wrote:
>> Hi Lee,
>>
>>> Is the current sqlite3 tool included in QC not working for you?
>>
>> It is working.
>>
>> And I am able to extend it to use Spatialite library as well.
>>
>> https://picasaweb.google.com/116847891529748214201/QGISOpenLayersAndSpatialiteTerminal#5657943833369879826
>>
>> While waiting for UnQL, we can use Lawnchair (JSON) as well and use
>> QuickConnect SQLite3 databases as well.
>>
>> http://www.infoq.com/news/2011/08/UnQL
>>
>> Sqlite3 could not do JSON at the moment.
>>
>> I think Lawnchair works side by side with SQLite3/Spatialite databases.
>>
>> Thanks.
>>
>> Noli
>>
>
I am thinking in line with my prepared spatialite database and getting
JSON from Select statement.
Noli
This is example of GeoJSON with Leaflet.
http://leaflet.cloudmade.com/examples/geojson.html
Noli
On 4/2/12, Noli Sicad <nsi...@gmail.com> wrote: