type-bridge-server 1.5.0

Query-intercepting proxy server for TypeDB with validation and audit logging
Documentation
1
2
3
4
5
6
pub(crate) mod backend;
mod client;
mod real_driver;

pub use client::TypeDBClient;
pub use real_driver::{PINNED_DRIVER_VERSION, PINNED_DRIVER_VERSION_B7};