general usage question....what would be the proper way to use the sqlite commands if they are going to be used throughout a script?
would it be to use _sqlite_startup at the start of the script and then not use _sqlite_shutdown until exiting the script or would it be to use _sqlite_startup do sqlite functions needed at the time then use _sqlite_shutdown and use startup again when needed? would there be any performance differences in between the two?