Database.this

If you pass null as buffer a new one will be gc-allocated;

  1. this(string filename, bool readEntirely)
  2. this(ubyte[] buffer, string filename)
    struct Database
    pure
    this
    (
    const ubyte[] buffer
    ,
    string filename = ":Memory:"
    )

Meta