Skip to content

Latest commit

 

History

History

pouchdb

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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