moor icon indicating copy to clipboard operation
moor copied to clipboard

replace OkayWAL with our own WAL implementation

Open github-actions[bot] opened this issue 4 months ago • 0 comments

https://github.com/rdaum/moor/blob/47435a1442a1f5532c23944029e90982baa99bff/crates/db/src/rdb/paging/cold_storage.rs#L15


// this program. If not, see <https://www.gnu.org/licenses/>.
//

//! TODO: replace OkayWAL with our own WAL implementation

use std::collections::{HashMap, HashSet};
use std::path::PathBuf;

github-actions[bot] avatar Feb 10 '24 01:02 github-actions[bot]