Overview of postgres-meta
masterpostgres-meta
postgres-meta is a RESTful API designed for managing PostgreSQL databases. It provides a way to fetch tables, manage roles, and execute SQL queries through HTTP.
Key Features:
- Normalization: It normalizes the Postgres system catalog into a more readable format.
- Connection Pooling: It serves as a lightweight connection pooler.
- Multi-tenancy: The server supports multiple Postgres databases from a single instance.
- Type Generation: It provides helpers to generate types for various languages (TypeScript, Go, Swift, Python).
WARNING Security Warning: This service implements no security. It is not intended to be used as a standalone server. It should be deployed behind a proxy in a trusted environment, used locally, or used internally without external access.