Skip to content

Experimental architecture refactor - #101

Merged
writemorecode merged 5 commits into
mainfrom
refactor/architecture
Sep 2, 2026
Merged

Experimental architecture refactor#101
writemorecode merged 5 commits into
mainfrom
refactor/architecture

Conversation

@writemorecode

@writemorecode writemorecode commented Sep 1, 2026

Copy link
Copy Markdown
Owner

This PR introduces a refactor to reduce unnecessary abstraction layers. Old traits such as SchemaAccess, DdlAccess, RecordAccess, and ExecutionAccess are removed. Modules related to storage, such as the disk, log, and transaction manager, are relocated into a new StorageRuntime struct type. This puts all storage-related management code in one place.

@writemorecode
writemorecode marked this pull request as ready for review September 1, 2026 20:49
@writemorecode
writemorecode merged commit 2e0e746 into main Sep 2, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant