wtx 0.45.0

A collection of different transport implementations and related tools focused primarily on web technologies.
Documentation
1
2
3
4
5
6
7
8
//! Database clients

#[cfg(all(feature = "postgres", feature = "_integration-tests", test))]
mod integration_tests;
#[cfg(feature = "postgres")]
pub mod postgres;
#[cfg(feature = "postgres")]
mod rdbms;