MCPcopy Create free account
hub / github.com/serverlesstechnology/cqrs / SqlQueryFactory

Class SqlQueryFactory

persistence/postgres-es/src/sql_query.rs:1–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1pub(crate) struct SqlQueryFactory {
2 event_table: String,
3 select_events: String,
4 insert_event: String,
5 all_events: String,
6 insert_snapshot: String,
7 update_snapshot: String,
8 select_snapshot: String,
9}
10
11impl SqlQueryFactory {
12 pub fn new(event_table: &str, snapshot_table: &str) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…