use-db-url
Database URL and DSN metadata primitives with lightweight parsing helpers.
This crate is part of the use-database facade workspace. It provides small, engine-neutral vocabulary types and metadata containers. It does not connect to databases, execute queries, run migrations, parse SQL, or model engine-specific behavior.
Example
use ;
let url = new.expect;
let parts = parse_database_url_basic.expect;
assert_eq!;
assert_eq!;