-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate WebSQL to IndexedDB #81
Comments
Ah, btw, we could break down this bug into several steps like:
Any troughs? |
though it's true it'll be killed, it's really not a problem. we can js https://chrome.google.com/webstore/detail/ouistiti/hkbgpehljlmbjlgalhcpnlcljaodmaaf Code here: https://drive.google.com/folderview?id=0B8R1QvA3x5IbVWtfVTRma1NVNms#list We can work on upgrading the code later. -- Adam Bess On Wed, Jul 10, 2013 at 10:52 PM, Braiam Peguero
|
Sorry, but you lost me there. You mean using google drive for our async databases operations? You know that those calls are limited by min/usage and space? We will get blocked several times or the latency will kill us. Also, how should we store a database as file? In CSV? I don't know how much you love that API, but for our current specifications and characteristic I don't see any use. Maybe any of the @AllMangasReader-dev/developers may differ of my opinion, please give us some update. On a side note: ouistiti is mainly for demostrate the notification api, maybe we can fire up some test in the lab since it uses the |
If the API was available to use (it's only for chrome apps, not extensions) I haven't looked at the custom library either but if the currently On Mon, Jul 15, 2013 at 12:55 AM, Braiam Peguero
|
Heya, how's life? For me is pretty dark... I just get a wind that WebSQL is being dropped some day... and we have to move ourself to update our stuff... I had read this but haven't made nor head nor tails how we can adapt our code since @plduhoux made a custom library for webSQL.
So I would love some rope to get this done... ah, btw, I haven't figure out how to create a darn DB using that guide, anyone can explain to me in a way a 4-years-old can understand? I've used more generic guides but I need some translator to help me understand the armcsql.js file.
ADD: The only things that use WebSQL are:
The text was updated successfully, but these errors were encountered: