uce/site/doc/pages/2_SQLite_disconnect.txt
2026-06-15 21:42:50 +00:00

16 lines
273 B
Plaintext

:sig
void SQLite::disconnect()
:params
return value : none
:see
0_SQLite
:content
Forgets any worker-cache entry for this wrapper, closes the SQLite connection if open, clears the connection pointer, and unregisters it from request cleanup.
```cpp
db.disconnect();
```