You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not very familiar with CouchDB, but on a cursory look it seems like CouchDB doesn't really have a concept of "collections" or "tables"; the records are put directly into the database. Open question around whether it should create a separate database for each Sapling collection, or use a single partitioned database.
The text was updated successfully, but these errors were encountered:
Write a CouchDB database driver.
Not very familiar with CouchDB, but on a cursory look it seems like CouchDB doesn't really have a concept of "collections" or "tables"; the records are put directly into the database. Open question around whether it should create a separate database for each Sapling collection, or use a single partitioned database.
The text was updated successfully, but these errors were encountered: