Posted by Tim Martin on 06/20/06 15:43
ImOk wrote:
> Anyone know of an extension that is an in memory database?
I've never used it from PHP, but AIUI SQLite (www.sqlite.org) has a PHP
extension, and can be used to create an in-memory database.
> I dont want to create any files on disk (nor install a database engine)
> but have an object/variable that points to a database and tables all in
> memory.
Why do you want to do this? What problem are you trying to solve? You
are aware that all data may be lost at the end of the script execution?
Tim
[Back to original message]
|