podyn icon indicating copy to clipboard operation
podyn copied to clipboard

refactor: force underscores in target table names

Open konradzapalowicz opened this issue 4 years ago • 0 comments

Podyn replicates the table names as they are in Dynamo. Yet at the same time postgres requires that table names with dashes are quoted.

This commit makes podyn replace the dashes with underscores so that the table names can be used w/o quotation in pgsql.

konradzapalowicz avatar Jul 09 '21 00:07 konradzapalowicz