Javascript database module for Indexeddb, Web SQL and localStorage storage mechanisms supporting version migration, advanced query, SQL and transaction.
but when I tried to use q = new ydn.db.Query(); it give undefined error should include other js files too as it using only ydn.db-dev.js file
also I want to know how to get the out of line auto incremented primary key in for loop
since other indexes are fetched by their index name but this key has no name so how to get it.
Hello I am using code in the example folder from the link below
https://github.com/yathit/ydn-db
but when I tried to use q = new ydn.db.Query(); it give undefined error should include other js files too as it using only ydn.db-dev.js file
also I want to know how to get the out of line auto incremented primary key in for loop since other indexes are fetched by their index name but this key has no name so how to get it.