Hi,

i'm developing a program that can use multiple databases (PosgreSQL, MySQL, SQLite).
In some of the queries I need to use user functions like to_char, lpad ... which aren't supported by SQLite.
However I read that it's possible to add user functions to SQLite.
Is this also possiple in SQLite as used in Qt?