helios-persistence 0.1.43

Polyglot persistence layer for Helios FHIR Server
Documentation
1
2
3
4
5
6
7
8
//! PostgreSQL search implementation.
//!
//! This module contains the search query builder and parameter handlers
//! for the PostgreSQL backend, using $N parameter placeholders,
//! ILIKE for case-insensitive matching, and native TIMESTAMPTZ comparisons.

pub mod query_builder;
pub mod writer;