dirty-compact

0.0.2 • Public • Published

dirty-compact

Compact a node-dirty database.

Example

var compact = require('dirty-compact').compact;
 
compact('./database.db', './database.db.bak', function (err) {
  if (err) {
    throw err;
  }
 
  console.log('Success!');
});
 

Dependents (1)

Package Sidebar

Install

npm i dirty-compact

Weekly Downloads

39

Version

0.0.2

License

MIT

Last publish

Collaborators

  • beaugunderson