Database.checkpoint() method
Home > @direct-sqlite/core > Database > checkpoint
Database.checkpoint() method
Section titled “Database.checkpoint() method”Flushes tracked log buffers back into primary storage to shrink log file.
Signature:
checkpoint(): void;Returns:
void