# pouch-dat **Repository Path**: mirrors_nolanlawson/pouch-dat ## Basic Information - **Project Name**: pouch-dat - **Description**: replicate from pouch to dat - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README pouch-dat ==== `npm install pouch-dat` replicate data from pouchdb to dat, usage ```js var PouchDB = require('pouchdb'); var dat = require('dat'); var pouchDat = requrie('pouch-dat'); pouchDat(PouchDB('./path/to/pouchDatabase', dat('./path/to/datDatabase'), { //to be passed to pouchdb defaults are live: true, include_docs: true })) ```