Expand description
pg2sqlite-core: PostgreSQL 16 DDL to SQLite3 DDL converter library.
Modules§
Structs§
- Convert
Options - Options for the DDL conversion.
- Convert
Result - Result of a successful conversion.
Enums§
- Convert
Error - Errors that can occur during conversion.
Functions§
- convert_
pg_ ddl_ to_ sqlite - Convert PostgreSQL DDL text to SQLite DDL.