|
|
|
|
|
by karmelapple
2199 days ago
|
|
I just read this more carefully, and my gut reaction is disappointment, but hopefully you can clarify if I’m misunderstanding anything. Right at the top it says “Make the db-per-user pattern obsolete.” Db-per-user enables trivial syncing between multiple devices for a single user. That means someone’s tablet, phone, and laptop can all stay in sync thanks to CouchDB’s replication. And we can do it without building anything extra, as long as we have a client library that talks CouchDB’s http API. Does this new approach eliminate that possibility? Will we now need a server in front of the database for that? |
|