Commit Graph

4 Commits (daf650bab97e09e74c3a05afe6e5ff903ffd5221)

Author SHA1 Message Date
Benedikt Terhechte daf650bab9
Documentation (#24)
Improved Documentation
3 years ago
Benedikt Terhechte 8ee485f7a7 Use an additional trait and some cfgs to refactor the thread away
As wasm doesn't support threads and we're using a background
processing thread. We had to refactor this away. The solution
is mediocre (for now) but involves a separate `DatabaseQuery`
trait which is trait object compatible and is used to make
synchronous calls.
3 years ago
Benedikt Terhechte 5dfd1b9630 Initial Workspace restructuring compiles 3 years ago
Benedikt Terhechte 2a505f0d83 Ported the database crate over 3 years ago