Expand description
Namespace resolution with precedence between flag, environment and markers. Namespace resolution layer (flag > env > “global” fallback).
Validates and resolves the active namespace used to scope all SQLite operations, enforcing safe characters and traversal-free names.
Structs§
Enums§
Functions§
- detect_
namespace - Resolves the active namespace, returning a struct with the source and current directory.
- resolve_
namespace - Resolves the active namespace, returning only the final name.