use-sql-schema
SQL schema, database, namespace, and search-path primitives for RustUse.
Experimental
use-sql-schema is experimental while use-sql remains below 0.3.0.
Example
use ;
let public = new?;
let search_path = new;
assert_eq!;
assert_eq!;
# Ok::
Scope
- Generic schema and database names.
- Namespace metadata.
- Search-path lists.
Non-goals
- PostgreSQL-specific search-path behavior.
- Migration or introspection behavior.
License
Licensed under either Apache-2.0 or MIT.