shutdown

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().

  1. void initialize()
  2. void shutdown()
    void
    shutdown
    (
    )

Meta