Commit Graph

9 Commits (ce0def05a60fe283121eb939f1470a63a9199a83)

Author SHA1 Message Date
Benedikt Terhechte 2482151eeb Fixed native build issues 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 73043bd655 Added small cfgs for wasm32 to make it compile 3 years ago
Benedikt Terhechte d1d443f036 Used `DatabaseLike` trait instead of actual `Database` in gui 3 years ago
Benedikt Terhechte 2633ef6b4c Ported tests over, fixed tests 3 years ago
Benedikt Terhechte 221672fcf8 Removed warnings 3 years ago
Benedikt Terhechte 5dfd1b9630 Initial Workspace restructuring compiles 3 years ago
Benedikt Terhechte 7a0be16578 Ported the importer crate over 3 years ago
Benedikt Terhechte 2a505f0d83 Ported the database crate over 3 years ago