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

Method build

src/pglite/templating.rs:45–50  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 }
44
45 pub fn build(self) -> TemplatedQuery {
46 TemplatedQuery {
47 query: self.sql,
48 params: self.params,
49 }
50 }
51}
52
53static DOLLAR_RE: LazyLock<Regex> =

Calls

no outgoing calls