KeyValueStore.this

Constructor with KeyValueDatabase and tableName. Allows using the same database file for multiple key/value tables.

  1. this(KeyValueDatabase* db, string tableName)
    struct KeyValueStore(K, V)
    this
    (,
    string tableName = "values"
    )
  2. this(string fn)

Meta