Skip to content
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

Add other backends (including local) #1

Open
sgtpep opened this issue Jun 2, 2014 · 1 comment
Open

Add other backends (including local) #1

sgtpep opened this issue Jun 2, 2014 · 1 comment

Comments

@sgtpep
Copy link

sgtpep commented Jun 2, 2014

Personally, I don't want to rely on proprietary Parse backend. Moreover I already have homedir synced across computers, so I don't need to rely on any remote storage.

I would be great to see a support for more backends.

@rev087
Copy link
Owner

rev087 commented Jun 3, 2014

I was thinking about abandoning Parse in favor of a Sqlite database stored in a local folder, delegating the sync to whatever service the user prefers.

Parse is great and really easy to use, but I share your concern with privacy, not to mention the added latency by using an online service.

Also, the kind of people who would be ok with Parse (and Facebook behind it since the acquisition) storing their data are really outside the audience for a command-line tool.

So yeah, I'm soon moving to Sqlite or some other offline/self hosted solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants