Questions tagged [ydn-db]

Client-side javascript database library. Works which IndexedDB, WebDatabase (WebSQL) and WebStorage (localStorage).

Javascript database module for Indexeddb, WebDatabase (WebSQL) and WebStorage (localStorage) storage mechanisms supporting version migration, advanced query and transaction.

References:

97 questions
0
votes
1 answer

Human Readable ydn-db Sources

Where I can Found the last sources with human readable format javascript code? I'm trying to solve one problem but I can't understand some code. I download the code here but I don't know what file is for me.
Fernando
  • 99
  • 2
  • 9
0
votes
1 answer

Make operation with aggregate function result

I confess that I do not get along very well with the Deferred object. I'm making a query to the database on several "Stores" and as a result I want to do a series of operations. This troubles me because the results are returned asynchronously and I…
Fernando
  • 99
  • 2
  • 9
0
votes
1 answer

I'm unable to use YDN-DB ("Version change transaction was aborted in upgradeneeded event handler.")

I'm having a problem to start with YDN-DB. I mean. I set up a scheme, I initialized the database, but when instantiating throws an error that says "ConstraintError: DOM Exception IDBDatabase 0". In the event handler "fail" gives me "Version change…
Fernando
  • 99
  • 2
  • 9
0
votes
1 answer

How to load a db context in another Html page using YDN-DB?

I've loaded all my data on the very first page: