prorm API Reference
    Preparing search index...

    Variable KNOWN_FDWSConst

    KNOWN_FDWS: {
        POSTGRES: "postgres_fdw";
        MYSQL: "mysql_fdw";
        REDIS: "redis_fdw";
        MONGO: "mongo_fdw";
        FILE: "file_fdw";
        S3: "parquet_s3_fdw";
        SQLITE: "sqlite_fdw";
        ORACLE: "oracle_fdw";
        ODBC: "odbc_fdw";
        TDS: "tds_fdw";
        CSTORE: "cstore_fdw";
        MULTICORN: "multicorn";
    } = ...

    Catalog of well-known Foreign Data Wrapper extension names.

    Type Declaration

    • ReadonlyPOSTGRES: "postgres_fdw"
    • ReadonlyMYSQL: "mysql_fdw"
    • ReadonlyREDIS: "redis_fdw"
    • ReadonlyMONGO: "mongo_fdw"
    • ReadonlyFILE: "file_fdw"
    • ReadonlyS3: "parquet_s3_fdw"
    • ReadonlySQLITE: "sqlite_fdw"
    • ReadonlyORACLE: "oracle_fdw"
    • ReadonlyODBC: "odbc_fdw"
    • ReadonlyTDS: "tds_fdw"
    • ReadonlyCSTORE: "cstore_fdw"
    • ReadonlyMULTICORN: "multicorn"