Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 474 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 474 Bytes

S3LevelDOWN PouchDB example

This is an example of using S3LevelDown with PouchDB allowing you to use S3 as a backend to PouchDB.

WARNING: Concurrent writes are not supported and will result in database corruption. See this blog post for more information.

Running

Set S3_TEST_BUCKET to your test S3 bucket.

$ S3_TEST_BUCKET=mybucket npm start