[sqlite] Any successful VxWorks ports out there?

2005-03-02 Thread Andrew Lukasik
Title: Message   I'm currently using SQLite on Linux but I'm considering a port to VxWorks.  Has anyone done this successfully?  Care to comment? I took a look thru the archives, there wasn't a whole lot there. I'd be interested in knowing: a) how difficult/lengthy was the port b) pitfalls/

[sqlite] lol: that was supposed to be "Writing an in-memory database??"

2005-02-03 Thread Andrew Lukasik
erh, uh... little Freudian slip... -Original Message- From: Lukasik, Andrew [BL60:SF34:EXCH] Sent: Thursday, February 03, 2005 5:56 PM To: 'sqlite-users@sqlite.org' Subject: [sqlite] wringing an in-memory database?? I am currently using sqlite3 as an in-memory (:memory:) database. Is

[sqlite] wringing an in-memory database??

2005-02-03 Thread Andrew Lukasik
I am currently using sqlite3 as an in-memory (:memory:) database. Is it possible to write a snapshot of the in-memory database to a disk file? I'd like to then be able to use the sqlite3 binary to paw over the data. I realize I could simply change the file name from :memory: if I wanted to do a d