How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Introducing the (experimental!) Stainless SQL SDK generator

calendar_today February 17, 2026 person domain stainless

Introducing our experimental SQL SDK generator, a new way to query REST APIs directly from PostgreSQL using standard SQL. By transforming an OpenAPI spec into a typed PostgreSQL extension, every API endpoint becomes a SQL function and every response becomes a composite type, enabling type-safe queries without JSON parsing or ETL pipelines. Designed for analytics, reconciliation, and batch workflows, this approach lets you join live API data with your existing tables while preserving pagination control and planner optimizations.

open_in_new Read original post