I did not know about this one. where can I get info ? ________________________________
From: Will Leshner [mailto:[EMAIL PROTECTED] Sent: Thu 01-Dec-05 2:46 AM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Feature request With the very exciting virtual OsFile API that is being developed, I'm wondering if we couldn't serialize a SQLite database ourselves. I haven't looked at the entire API, so maybe this isn't possible, but if you can create multiple "subclasses" of OsFile in the same application, then you could have an on-disk subclass for your file system, and an in-memory one as well, and theoretically SQLite wouldn't know the difference. Then you could attach one to another and copy tables back and forth.