"Rick Keiner" <[EMAIL PROTECTED]> wrote: > Hello, > > Is there anything similar with a ":memory:" DB to auto-vacuum with a disk > DB. I would like to release storage that is no longer being used by SQLite. > Is this possible? >
I think auto-vacuum work with :memory: databases just as well as on-disk database. Are you having problems with it? -- D. Richard Hipp <[EMAIL PROTECTED]>