Login Register

Getting on with dojo.data APIs

For the past week I've been studying the dojo.data APIs and the datastores in order to get on with the overdrive project. Initially I have been reviewing the dojo.data 0.4.x API and Michael pointed me to the new 0.9 API.

For the moment I have been going through the CsvStore and I am hoping to base overdrive on the CsvStore code.

In addition to the review of the datastores, I have also been searching for ways to represent semi-structured data in a relational database, so far with no luck.