spring-batch-rs 0.3.4

A toolkit for building enterprise-grade batch applications
Documentation
1
2
3
4
5
6
7
8
/// Test helpers module for database-specific item writers and common utilities.
///
/// This module provides database-specific item binders, domain models, and common
/// test utilities to reduce code duplication across database integration tests.
pub mod common;
pub mod mysql_helpers;
pub mod postgres_helpers;
pub mod sqlite_helpers;