Skip to main content

Module namespace

Module namespace 

Source
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§

NamespaceResolution

Enums§

NamespaceSource

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.