ParadeDB Postgres SQL Interface
The primary integration surface for ParadeDB - the PostgreSQL wire protocol itself. Any standard Postgres client, driver, or ORM (psql, libpq, Drizzle, Django, SQLAlchemy, Rails, EF Core) connects over the wire protocol and invokes ParadeDB features as SQL functions, operators, and index access methods. ParadeDB exposes no HTTP/REST or WebSocket API.
ParadeDB Postgres SQL Interface is one of 3 APIs that ParadeDB publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include PostgreSQL, SQL, Wire Protocol, and Interface. The published artifact set on APIs.io includes API documentation and an OpenAPI specification.
Requests are made against the base URL postgresql://.
Metadata
The identity and technical contract details declared by the specification.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from ParadeDB 2
Other APIs ParadeDB publishes across the network.