DROP FOREIGN SERVER
Optionalopts: { ifExists?: boolean; cascade?: boolean }List all foreign servers visible in the current database.
Return true if a foreign server with the given name exists.
ALTER USER MAPPING (re-uses the same SQL builder as CREATE with altered keywords)
DROP USER MAPPING
Optionalopts: { ifExists?: boolean }IMPORT FOREIGN SCHEMA
Optionalopts: ImportForeignSchemaOptions
Manages Foreign Data Wrapper objects (servers, user mappings, foreign tables) for a Prorm instance.
All operations delegate SQL generation to the underlying dialect so that non-PostgreSQL dialects can throw meaningful errors at a single point.