in reply to Re^7: is Sqlite db good enough to handle large data.
in thread is Sqlite db good enough to handle large data.

Agreed. I meant how to avoid using db-specific SQL in our scripts and let a module do that instead. For example the use of sqlite_create_function() in YourMother's response.