bsql-core 0.16.0

Runtime support for bsql — compile-time safe SQL for Rust
Documentation

Runtime support for bsql.

This crate provides the types that bsql::query! generated code depends on: error types, connection pool, and the executor trait.

You should not depend on this crate directly — use [bsql] instead.