Skip to content

Mrreadiness/db-mover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DB Mover

DB Mover is a data moving tool for different databases, aimed at providing the fastest experience.

Development

Build

To build executable run:

cargo build --release

Tests

Run tests:

POSTGRES_URI="postgres://username@localhost/postgres" cargo test

POSTGRES_URI - URI for database, which will be used in tests. However, for each test run new database will be created and dropped.

Run benchmarks:

POSTGRES_URI="postgres://username@localhost/postgres" cargo bench

Pre-commit hooks

Install pre-commit hooks

pre-commit install

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages