/** * StrictDB Batch Operations — db.batch() * * Queue multiple operations, execute optimally: * - MongoDB: Single bulkWrite call * - SQL: Single transaction with batched statements * - Elasticsearch: Single bulk API call * * NOTE: This module is integrated directly into strictdb.ts batch() method. * This file exists as documentation and for any standalone utility needs. */ export {}; //# sourceMappingURL=batch.d.ts.map