0.1.0-alpha.0 • Published 2 years ago

@db-faker/dumper v0.1.0-alpha.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

📚 Dumper

Dumper is a NodeJS library and CLI to easily dump databases while subsetting them.

It has been made to import subsets of production databases into development ones.

🚧 This library is under heavy development 🚧

Use it at your own risks !

Help us to make this library Production ready by Contributing.

📅 Roadmap

  • Dump any SQL database using Knex
  • Easy configuration
  • Automatic relations detection
  • Improved subset configuration
  • Performance improvements
  • Add multiple output formats
    • CSV files
    • [] SQL
    • [] JSON

CLI

WIP

Library

WIP

👀 Looking for more

To be sure that you do not expose confidential data, you can use Anonymizer to anonymize your exported data before importing them in development environment.

And if you want to use both at the same time you can use DB Faker !

🔨 Contribute

WIP