Skip to content

Commit 3a17237

Browse files
committed
✏️ update postgres to TitleCase
1 parent e44868b commit 3a17237

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/sql/migrate-from-mysql-database-to-postgressql-database.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ command: "pgloader mysql://{{mysql_username}}:{{mysql_password}}@{{mysql_hostnam
44
tags:
55
- postgresql
66
- mysql
7-
description: Loads data from the MySQL database, transforms it to postgresql compatible format and uploads it to the PostgresSQL database. Note - it requires pgloader to be installed and both PostgresSQL and MySQL hosts are accessible from the machine running this script.
7+
description: Loads data from the MySQL database, transforms it to PostgresSQL compatible format and uploads it to the PostgresSQL database. Note - it requires pgloader to be installed and both PostgresSQL and MySQL hosts are accessible from the machine running this script.
88
arguments:
99
- name: mysql_username
1010
description: The username for the MySQL database.

0 commit comments

Comments
 (0)