Current section

Files

Jump to
eventstore lib event_store sql statements query_snapshot.sql.eex
Raw

lib/event_store/sql/statements/query_snapshot.sql.eex

SELECT
source_uuid,
source_version,
source_type,
data,
metadata,
created_at
FROM <%= schema %>.snapshots
WHERE source_uuid = $1;