Search code examples
iosobjective-csqlitefmdb

How to use Vacuum in FMDB iOS


As the title, how to use Vacuum to shrink a SQLite database using FMDB?

Thanks in advance!


Solution

  • Thanks for all your support I've found out the answer : [database executeUpdate:@"vacuum"];