Datero engine upgrade to Postgres 17.2.
All inclusive datero_engine image with underlying postgres version: 17.2.
docker pull chumaky/datero_engine
docker pull chumaky/datero_engine:17.2
Included FDWs:
Datero | Postgres | FDW | Version |
---|---|---|---|
17.2 | 17.2 | mysql_fdw | 2.9.2 |
17.2 | 17.2 | oracle_fdw | 2.7.0 |
17.2 | 17.2 | sqlite_fdw | 2.5.0 |
17.2 | 17.2 | mongo_fdw | 5.5.2 |
17.2 | 17.2 | tds_fdw | 2.0.4 |
17.2 | 17.2 | redis_fdw | 17.2.0 (REL_17_STABLE branch) |
17.2 | 17.2 | duckdb_fdw | 1.1.2 |
17.2 | 17.2 | postgres_fdw | 17.2 (built-in) |
17.2 | 17.2 | file_fdw | 17.2 (built-in) |
Individual FDW Images
FDW | Image |
---|---|
MySQL | chumaky/postgres_mysql_fdw |
Oracle | chumaky/postgres_oracle_fdw |
SQLite | chumaky/postgres_sqlite_fdw |
Mongo | chumaky/postgres_mongo_fdw |
TDS | chumaky/postgres_tds_fdw |
Redis | chumaky/postgres_redis_fdw |
DuckDB | chumaky/postgres_duckdb_fdw |