views:

31

answers:

2

Hi, I found a function that will help me load a disk sqlite database to a memory database, but have found that the module I need, apsw, doesn't support it, while pysqlite does. I need apsw because it has most of the functions I need that pysqlite does not. Is there any work around To completely copying to a database?

A: 

Check the connection.backup() function

singularity
Any way to do this without having to delete all curser objects attached to the database?
Clay