Skip to main content

alien_bindings/providers/postgres/
mod.rs

1//! Postgres binding providers.
2//!
3//! Postgres is connection-only: the provider resolves connection details and the
4//! application connects with its own driver. There is no gRPC service (by design),
5//! so the cloud providers that resolve a secret in-process land with each cloud plan.
6
7pub mod local;