Approximate on-disk size in bytes.
@override int getSize() { final f = File(_db.path); return f.existsSync() ? f.lengthSync() : 0; }