Closes all of the database connections and frees the handle. No database operations may be pending when calling this!
Takes the pointer to the database instance. Must not be called with an invalid handle. (when the error field is set to anything other than NoError)
**Important**: Do not call this function more than once!
This function is called completely synchronously.
See Implementation
Closes all of the database connections and frees the handle. No database operations may be pending when calling this!
Takes the pointer to the database instance. Must not be called with an invalid handle. (when the error field is set to anything other than NoError)
**Important**: Do not call this function more than once!
This function is called completely synchronously.