superfly/corrosion

Emulate information_schema in the pg_listener

Open

#372 opened on Oct 6, 2025

 (0 comments) (0 reactions) (0 assignees)Rust (83 forks)auto 404
good first issuehelp wanted

Repository metrics

Stars
 (1,817 stars)
PR merge metrics
 (PR metrics pending)

Description

Right now tools like table plus are unable to know which tables are available when connecting via the PG listener. What currently works is that we are able to list the available databases.

Contributor guide