Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

PouchDB over Websql #6

Closed
genecyber opened this issue Jun 15, 2016 · 1 comment
Closed

PouchDB over Websql #6

genecyber opened this issue Jun 15, 2016 · 1 comment

Comments

@genecyber
Copy link

I did quite a bit of research into databases for the browser and ultimately settled on pouchdb. It works in the browser, has gracefull fallback to whichever database the browser supports. It also has lots of plugins and is couch DB compatible. I was even table to make a serializer to convert my entire database into a json object and encrypt and export / import. You can see it in action here: http://wallet.ribbit.me/app

New accounts are disabled but if you do an import and fail to import, refresh the page and you will be logged in to a brand new account. Use the email/password you started with to "unlock it"

You can take a look at the database stuff by typing me.data into the console.

@pfrazee
Copy link
Member

pfrazee commented Jun 15, 2016

I disagree on this. PouchDB is good, but SQLite has better features for aggregate queries, full-text-search, and joins.

@pfrazee pfrazee closed this as completed Jun 15, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants