@db-faker/dumper
v0.1.0-alpha.0
Published
**Dumper** is a NodeJS library and CLI to easily dump databases while subsetting them.
Downloads
5
Readme
📚 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
- [x] Dump any SQL database using Knex
- [x] Easy configuration
- [ ] Automatic relations detection
- [ ] Improved subset configuration
- [ ] Performance improvements
- [ ] Add multiple output formats
- [x] 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