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_start...