Materialize PostgreSQL Wire Protocol

Materialize speaks the PostgreSQL wire protocol on port 6875, so any psql or libpq-based client (Go, Java, Node.js, PHP, Python, Ruby, Rust) can connect and run streaming SQL.

Documentation

API entry from apis.yml

apis.yml Raw ↑
aid: materialize:materialize-pgwire
name: Materialize PostgreSQL Wire Protocol
humanURL: https://materialize.com/docs/integrations/
baseURL: postgres://{user}@{mz_host}:6875/materialize
tags:
- SQL
- PostgreSQL
- psql
- Wire Protocol
description: Materialize speaks the PostgreSQL wire protocol on port 6875, so any psql or libpq-based
  client (Go, Java, Node.js, PHP, Python, Ruby, Rust) can connect and run streaming SQL.
properties:
- type: Documentation
  url: https://materialize.com/docs/integrations/