Blogposts categorized with: SQLite
Author:
Robert Bonay February 25th, 2014
As you might know, JayData supports saving and querying related entities without joining the tables on foreign keys manually. If you haven’t tried it, start with JayData and relationship article.
This article will demonstrate the way to configure the name of ...
Read more
navigation properties, online-offline, online-offline sync, relationship, SQLite, sync, WebSQL
Author:
Robert Bonay June 12th, 2013
JayData supports relationships since the first version, but it worths a short post to cover this feature.
If your application does more than saving and retrieving key-value pairs for configuration, you might arrive to a point when you want to manage ...
Read more
navigation properties, relationship
Author:
Gábor Dolla April 30th, 2013
This feature is only available in JayData Pro version and works with local providers only.
You can download JayData Pro from jaystack.com after a simple registration. For commercial usage you can either evaluate it for 30 days for free or you ...
Read more
Indexed DB, JayData Pro, SQLite, WebSQL
Author:
Peter Aron Zentai September 19th, 2012
We just released v1.2 of the JayData client/server library, a major release and the first in the set of releases that focus on providing a unified data management experience regardless of the tier: HTML5/Win8/Hybrid client app or NodeJS based server ...
Read more
featured post, release notes
Author:
Szabolcs Czinege May 31st, 2012
As of v1.0.4, JayData supports embedded queries on WebSQL/SQLite provider. This allows you to form more complex selections, still only using clean JSLQ syntax. As additional advantage, you can avoid the need to handle additional asynchrony in your code, as ...
Read more
JSLQ, SQLite, WebSQL
Author:
Peter Aron Zentai May 25th, 2012
One of the nicest and coolest new feature of JayData is the Knockoutjs integration module that comes with the latest JayData release, version 1.0.4. With this you can have templated lists and two way data-bound displays in a matter of ...
Read more
data binding, html5, hybrid application, JayData examples, knockout.js, knockoutjs, odata, SQLite, templates
Author:
Peter Aron Zentai May 24th, 2012
I am happy to announce that we again made a new release for the JayData library. Here are the offerings of the new release:
Feature highlights
Knockout.js integration
Using the Knockout.js module, your UI can be automatically refreshed when the data model changes, ...
Read more
knockout.js, SQLite, WebSQL
Author:
Peter Aron Zentai April 30th, 2012
This article covers the query capabilities aspects of JayData.
JayData models databases and tables as EntityContext and Entity types. To model a simple database you need to define its entities, and via the sets of entities you define the tables as ...
Read more
featured post, JSLQ, odata, SQLite, WebSQL