Converts the string to be usable in the SQLite statements.
string
a string to "sqlize"
A newly allocated sqlized string. The returned value should be freed with sqlize_string , when no longer needed.