README
NODEUMP
Inspired by ndump, a tool for importing, exporting, and resetting SQL Server databases.
Planned Features
- Export (CSV, JSON)
- Import (CSV, JSON)
- Reset (CSV, JSON)
- Multiple connectors
- PostgreSQL
- SQL Server
- MongoDB
tool for export, import, and reset of your development database
<script type="module">
import nodeump from 'https://cdn.skypack.dev/nodeump';
</script>
Inspired by ndump, a tool for importing, exporting, and resetting SQL Server databases.