use-sql
Feature-gated facade over the focused RustUse SQL primitive crates.
Experimental
use-sql is experimental while the workspace remains below 0.3.0.
Example
#
#
# Ok::
Scope
- Facade access to SQL primitive crates.
- Optional features for narrow dependency surfaces.
- Lightweight aliases that keep child crate boundaries visible.
Non-goals
- Database drivers or clients.
- ORM, migration, or query-builder behavior.
- Full SQL parsing or formatting.
- Query execution.
License
Licensed under either Apache-2.0 or MIT.