initialize

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()
    void
    initialize
    (
    )
  2. void shutdown()

Meta