Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
static DOLLAR_RE: LazyLock<Regex> =
Callers
15
perf_cold
Function · 0.80
perf_native_postgres
Function · 0.80
perf_pglite_nodefs_sqlx
Function · 0.80
run_pglite_sqlx_prepared_update_tests
Function · 0.80
run_pglite_tokio_prepared_update_tests
Function · 0.80
run_native_prepared_update_tests
Function · 0.80
wait_ready
Method · 0.80
run_rtt_server_sqlx_benchmark
Function · 0.80
run_rtt_server_tokio_postgres_simple_benchmark
Function · 0.80
run_speed_server_sqlx_benchmark
Function · 0.80
run_server_sqlx_select_one
Function · 0.80
run_server_sqlx_single_connection_repeated_queries
Function · 0.80
Calls
no outgoing calls
Tested by
7
template_builder_adds_params
Function · 0.64
block_on_tokio_runtime_works_inside_tokio_runtime
Function · 0.64
mountfs_pgdata_overlay_exposes_lower_template_files
Function · 0.64
mountfs_pgdata_overlay_creates_files_in_lower_only_directories
Function · 0.64
mountfs_root_filesystem_routes_pgdata_as_mutable_subtree
Function · 0.64
runtime_smoke
Function · 0.64
persistent_extension_server_reopen_uses_single_clean_backend
Function · 0.64