Expand description
HTTP server module for serve mode.
This module provides a local HTTP server that serves the embedded web UI and exposes a REST API for SQL lineage analysis.
Re-exports§
pub use state::AppState;pub use state::ServerConfig;
Modules§
Functions§
- build_
router - Build the main router with all routes.
- run_
server - Run the HTTP server with embedded web UI.
- scan_
sql_ files - Scan directories for SQL files, returning both file contents and modification times.