meilibridge 0.1.6

High-performance PostgreSQL to Meilisearch connector
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Unit tests for MeiliBridge components
// These tests run without external dependencies

pub mod api;
pub mod checkpoint;
pub mod config;
pub mod delivery;
pub mod destination;
pub mod dlq;
pub mod error;
pub mod health;
pub mod metrics;
pub mod models;
pub mod pipeline;
pub mod recovery;
pub mod source;