I prefer to use procedural style code, is there any way to use procedural style code with SQLite3? Or is the only alternative to create the functions as aliases (which seems like a stupid idea)
I would prefer to use something like sqlite3_open()
if possible but it doesn't work. If not I guess I'll install SQLite instead.