Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
isapir authored Jul 25, 2018
1 parent e4907b6 commit 42c3ae5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,15 @@ At runtime, first the defaults.conf file is read, then if a template is specifie
|
+-- database_name string - used in the information_schema.query to specify the source database
|
+-- schema_mapping
+-- schema_mapping struct - maps schema names if needed, e.g. "dbo" -> "public"
|
+-- table_mapping
+-- table_mapping struct - maps table names if needed, e.g. "SomeVeryLongTableName" -> "a_table_name"
|
+-- column_mapping
+-- column_mapping struct - maps column names if needed, e.g. "group" -> "group_name"
|
+-- table_transform
+-- table_transform string - ([""], "lower_case", "upper_case", "camel_to_snake_case")
|
+-- column_transform
+-- column_transform string - ([""], "lower_case", "upper_case", "camel_to_snake_case")
|
+-- ddl
|
Expand All @@ -154,7 +154,7 @@ At runtime, first the defaults.conf file is read, then if a template is specifie
|
+-- threads (["cores", integer]) - number of concurrent connections
|
+-- on_error string
+-- on_error string - (["rollback"])
|
+-- jdbc_type_mapping struct - maps nonstandard JDBC types during data copy
|
Expand Down

0 comments on commit 42c3ae5

Please sign in to comment.