Skip to main content

convert_pg_ddl_to_sqlite

Function convert_pg_ddl_to_sqlite 

Source
pub fn convert_pg_ddl_to_sqlite(
    input: &str,
    opts: &ConvertOptions,
) -> Result<ConvertResult, ConvertError>
Expand description

Convert PostgreSQL DDL text to SQLite DDL.

This is the primary public API for the library.