Skip to main content

Crate powdb_server

Crate powdb_server 

Source
Expand description

PowDB TCP server โ€” handles client connections, authentication, and query dispatch.

Supports TLS via tokio-rustls, password authentication with rate limiting, and concurrent query execution via spawn_blocking.

Modulesยง

handler
metrics
Lock-free Prometheus metrics for powdb-server.
protocol