Files
windmill/backend/windmill-api
Stephan Fitzpatrick 731fdf8092 fix: refactor TLS connection handling to avoid type mismatch
- Separate TLS and non-TLS branches to handle different connection types
- Each branch now fully handles client creation, query execution, and cleanup
- Follows the same pattern used in pg_executor.rs
2025-11-14 06:55:48 +00:00
..
2024-04-08 01:42:43 +02:00

Windmill API

The API server, exposing functionality to other components and the frontend

This crate exposes both a library as well as a binary target.