Skip to main content

Module ddl

Module ddl 

Source

Functionsยง

convert_create_table
Parse a CREATE TABLE statement and convert to PostgreSQL DDL. Handles all supported dialects. Returns (pg_ddl_string, warnings).
convert_drop_table
Convert a DROP TABLE statement to PostgreSQL.