earthstar-project / earthstar

Storage for private, distributed, offline-first applications.
https://earthstar-project.org
GNU Lesser General Public License v3.0
624 stars 18 forks source link

Ensure all doc drivers return documents of correct formats #269

Open sgwilym opened 1 year ago

sgwilym commented 1 year ago

Replicas allow you to optionally provide desired format(s) for all query operations, but I'm pretty sure only the Sqlite drivers support this feature. That leaves Memory and IndexedDB (LocalStorage will inherit from Memory). We also need tests in src/test/replica/doc_driver.test.ts to ensure this is happening.