As discussed in #165, the Database Trait should be Send+Sync. One step in this direction is to make the MemoryDatabase struct Send+Sync. What ever solution is used should also work with WASM. Doing this work may also shed light on any required API changes in the Database trait.
As discussed in #165, the
DatabaseTrait should beSend+Sync. One step in this direction is to make theMemoryDatabasestructSend+Sync. What ever solution is used should also work with WASM. Doing this work may also shed light on any required API changes in theDatabasetrait.