Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
emilpriver committed Jan 19, 2024
1 parent b656b31 commit b19eed2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ The application is developed using the Rust programming language and relies on t
- Status command to see which migrations that is pending to be applied
- Dump a schema.sql after each migration which can be used in version control
- Dumping needs another binaries to work:
- Postgres: `pg_dump` need to be installed(already instead in docker)
- MySQL: `mysqldump` need to be installed(already instead in docker)
- MariaDB: `mariadb-dump` need to be installed(already instead in docker)
- Postgres: `pg_dump` need to be installed(already installed in docker)
- MySQL: `mysqldump` need to be installed(already installed in docker)
- MariaDB: `mariadb-dump` need to be installed(already installed in docker)
- Sqlite: Works without need for another binary. Uses SQL code get schema
- LibSQL: Works without need for another binary. Uses SQL code get schema

Expand Down

0 comments on commit b19eed2

Please sign in to comment.