ShadertoySqliteStore constructor

ShadertoySqliteStore(
  1. DriftStore store,
  2. ShadertoySqliteOptions options
)

Creates a ShadertoySqliteStore

Implementation

ShadertoySqliteStore(this.store, this.options);