Sign inSign up

jakubknejzlik/sql-datapump

By jakubknejzlik

•Updated over 8 years ago

Pump for database data migration using SQL.

Image
0

50K+

jakubknejzlik/sql-datapump repository overview

⁠sql-datapump

Stream reader/writer for relational databases

⁠Running tests

For running tests you need docker (and docker-compose) installed.

For running complete tests use:

npm run integration-tests --silent

When developing you can use this approach:

// start mysql container
docker-compose up mysql

// then run tests on each iteration
npm test --silent

When you are done working, you can stop all containers by running:

npm run stop-all-containers

Tag summary

Content type

Image

Digest

Size

28.6 MB

Last updated

over 8 years ago

docker pull jakubknejzlik/sql-datapump