sqlrunner

package
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 22, 2026 License: MIT Imports: 12 Imported by: 0

Documentation

Overview

Package sqlrunner provides the studio SQL-runner HTTP handler.

Route (requires service-role Bearer token unless explicitly insecure):

POST /sql   — execute a SQL query and return rows as JSON

The Postgres search_path is determined server-side from the JWT role claim. Clients may request a schema override in the body, but it is only honoured when the JWT role is "service_role" (or SUPATYPE_MODE=dev).

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Handler

func Handler() http.Handler

Handler returns an http.Handler that serves the SQL runner endpoint.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL