Postgres
Composing data using Postgres Foreign Data Wrapper
Composing data from several databases can be tricky, even worse if we need to do some paging, filtering and sorting. PostgreSQL comes with an extension making our life easier by creating remote table: tables based on a table from another server.
read article