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.
pub fn convert_pg_ddl_to_sqlite(
input: &str,
opts: &ConvertOptions,
) -> Result<ConvertResult, ConvertError>Convert PostgreSQL DDL text to SQLite DDL.
This is the primary public API for the library.