MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / runtime_provided_sql_extensions

Function runtime_provided_sql_extensions

xtask/src/extension_catalog.rs:915–917  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

913}
914
915fn runtime_provided_sql_extensions() -> &'static [&'static str] {
916 &["plpgsql"]
917}
918
919fn parse_repl_exports(path: &Path) -> Result<BTreeMap<String, ReplExport>> {
920 let text = fs::read_to_string(path).with_context(|| format!("read {}", path.display()))?;

Callers 2

validate_catalogFunction · 0.85
api_dependenciesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected