mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-08-09 21:38:20 +00:00
return to the database-wrapping-storage setup
This commit is contained in:
parent
12e0741252
commit
4d2ccffddc
36 changed files with 427 additions and 359 deletions
|
@ -1,7 +1,8 @@
|
|||
use std::sync::Arc;
|
||||
|
||||
use crate::{
|
||||
runtime::StampedValue, zalsa_local::ActiveQueryGuard, Cycle, Database, Event, EventKind,
|
||||
runtime::StampedValue, zalsa::ZalsaDatabase, zalsa_local::ActiveQueryGuard, Cycle, Database,
|
||||
Event, EventKind,
|
||||
};
|
||||
|
||||
use super::{memo::Memo, Configuration, IngredientImpl};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue