5#include "SqlBackupFormats.hpp"
10namespace Lightweight::SqlBackup
14LIGHTWEIGHT_API std::unique_ptr<ChunkWriter> CreateMsgPackChunkWriter(
size_t limitBytes = 10 * 1024 * 1024);
17LIGHTWEIGHT_API std::unique_ptr<ChunkReader> CreateMsgPackChunkReader(std::istream& input);
27LIGHTWEIGHT_API std::unique_ptr<ChunkReader> CreateMsgPackChunkReaderFromBuffer(std::span<uint8_t const> buffer);