Client libraries

Applications can use various common language-specific PostgreSQL client libraries to interact with Materialize and create relations, execute queries and stream out results.

NOTE: Client libraries tend to run complex introspection queries that may use configuration settings, system tables or features not yet implemented in Materialize. This means that even if PostgreSQL is supported, it’s not guaranteed that the same integration will work out-of-the-box.
Language Tested drivers Notes
Go pgx See the Go cheatsheet.
Java PostgreSQL JDBC driver See the Java cheatsheet.
Node.js node-postgres See the Node.js cheatsheet.
PHP pdo_pgsql See the PHP cheatsheet.
Python psycopg2 See the Python cheatsheet.
Ruby pg gem See the Ruby cheatsheet.
Rust postgres-openssl See the Rust cheatsheet.

👋 Is there another client library you’d like to use with Materialize? Submit a feature request.

Back to top ↑