On Feb 4, 2009, at 5:48 PM, Brown, Daniel wrote:
>
> What version(s) of SQLite contain this experimental functionality?   
> I am
> using version 3.6.10 non-amalgamation but I can't find the functions
> mentioned on that page.  If I understand this backup API correctly  
> then
> its functionality is pretty close to what I need.   I would need the
> option for either the source or destination to be a buffer in memory  
> or
> a database connection.
>

The hot backup API has not yet been released.  Look for version 3.6.11.

If you open your database using the special name ":memory:" then it is  
held entirely in memory with no duplication of pages (accept as  
required to support ROLLBACK).  Such a :memory: database is initially  
empty, of course.  So then initialize it  from a file using the backup  
API.

D. Richard Hipp
d...@hwaci.com



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to