in reply to Transfer a in-memory SQLite database to disk

I am familiar with SQLite ATTACH database command, but i only know how to use it in SQLite shell. How can I do this in perl?

I don't know but I have some ideas :) First I would grep DBD-SQLite source for ATTACH

  • Comment on Re: Transfer a in-memory SQLite database to disk