@proto-kit/sequencer • Docs
Documentation / @proto-kit/sequencer / Prunable
Interface: Prunable
Methods
pruneDatabase()
pruneDatabase():
Promise<void>
Prunes all data from the database connection. Note: This function should only be called immediately at startup, everything else will lead to unexpected behaviour and errors
Returns
Promise<void>