return to the database-wrapping-storage setup

This commit is contained in:
Niko Matsakis 2024-08-04 01:33:58 -04:00
parent 12e0741252
commit 4d2ccffddc
36 changed files with 427 additions and 359 deletions

View file

@ -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};