attach database ...wow i never knew it had that ! if its a matter of issuing the string "attach database", just use literal text() or engine.execute().
attach database....very handy ! On Mar 9, 9:43 am, "Karlo Lozovina" <[EMAIL PROTECTED]> wrote: > Greetings everyone, > > does SQLAlchemy somehow support SQLites' ATTACH DATABASE statement? I > have a in-memory SQLite database that I want to dump to file, so I was > thinking of using ATTACH to do it. Any other ideas welcome ;). > > Thanks in advance, > Karlo. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
