-
Notifications
You must be signed in to change notification settings - Fork 51
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
Will you consider a backend DB? #2
Comments
Something to consider: PouchDB & CouchDB together sync really well, and works completely offline if need be. I think at very least a way to export to a file would be awesome. Or a desktop electron version that writes to a file for persistence (if you do this you won't have to maintain a backend/user management code). EDIT Also PouchDB/CouchDB has a changes feed for collab work. 👍 |
RethinkDB is also awesome: https://www.rethinkdb.com/. Very cool DB and easy to use! |
@IvanJov No offline syncing, so you'd have to roll your own. :/ |
@aeharding Hmm, true, didn't think about it. Then PouchDB should do the job! |
Love this project. If you want to sync tasks, I'd recommend integrating : |
Hey guys, thanks for the suggestions, am surely looking forward to integrate DB with this, but might release it as a separate module so that I don't make the app bulky unnecessarily. Might go with Couch (Probably). Will keep you updated. Thanks! |
@i-break-codes If you need some help let me know, I will be happy to help! |
@IvanJov Thanks a lot Ivan, going to start developing this further, will ping you if I need your help 👍 |
No description provided.
The text was updated successfully, but these errors were encountered: