Manually initializes (or shuts down) SQLite.
SQLite initializes itself automatically on the first request execution, so this usually wouldn't be called. Use for instance before a call to config().
See Implementation
Manually initializes (or shuts down) SQLite.
SQLite initializes itself automatically on the first request execution, so this usually wouldn't be called. Use for instance before a call to config().