Re: [sqlite] Open SQLite database without storing database on disk?

2008-11-08 Thread python
Igor, > You could, I suppose, implement a VFS on top of a block of memory. See > http://sqlite.org/c3ref/vfs_find.html Great suggestion. An idea for a future release of SQLite might be a memory based VFS that would allow "small" SQLite databases to be manipulated entirely in memory. SQLite data

Re: [sqlite] Open SQLite database without storing database on disk?

2008-11-08 Thread Igor Tandetnik
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Is it possible to open a SQLite database without physically storing > the SQLite database file on disk? > > Background: Customer has application that generates SQLite databases > with proprietary pricing information. They would like thei

[sqlite] Open SQLite database without storing database on disk?

2008-11-08 Thread python
Is it possible to open a SQLite database without physically storing the SQLite database file on disk? Background: Customer has application that generates SQLite databases with proprietary pricing information. They would like their users to download these databases from their SSL secured website an