Foreign Data Wrappers (who? - need review)
CrateDB offers the possibility to access PostgreSQL database tables on remote database servers as if they would be stored within CrateDB.
Prerequisites
What to Watch Out For
Set up
Create a server in CrateDB
CREATE SERVER my_postgresql FOREIGN DATA WRAPPER jdbc
OPTIONS (url 'jdbc:postgresql://example.com:5432/');Create a User Mapping
Create Foreign Tables
Usage
Query & debug
Drop Server
Last updated

