Hacker News new | ask | show | jobs
Ask HN: Cloud Storage Service for Text Editor Web App?
2 points by asciiresort 1446 days ago
I am building a text editor web app.

What is the most suitable cloud storage service for this?

S3 comes to mind.

I am considering having a SQLite DB for each user's set of documents. Not sure SQLite should be used in this way. Is there a storage service for SQLite DBs?