//! This module contains all the sqlx structs for the database tables.
/// Size of the batch for bulk inserts.
const BATCH_SIZE: usize = 1000;
/// module for interacting with the `changed_library_document` table.
/// module for interacting with the `document` table.
/// module for interacting with the `document_change` table.
/// module for interacting with the `document_element` table.
/// module for interacting with the `library` table.
/// module for interacting with the `library_change` table.
/// module for interacting with the `publication` table.
/// module for interacting with the `publication_has_publication_versions` table.
/// module for interacting with the `publication_version` table
/// module for the document or library status utility.
/// module for interacting with the `stele` table.
/// module for interacting with the `version` table.