How to work with existing SQLite database?

the built in sqlite component offers loads of methods, but unfortunately an IMPORT or EXPORT method is missing…
you might want to check my sqlite extension, which is able to import a database…

Taifun