#pragma once #include namespace xrpl { /** * @brief doVacuumDB Creates, initialises, and performs cleanup on a database. * @param setup Path to the database and other opening parameters. * @param j Journal. * @return True if the vacuum process completed successfully. */ bool doVacuumDB(DatabaseCon::Setup const& setup, beast::Journal j); } // namespace xrpl