Skip to content

Feat/storage trait#12

Open
lzldev wants to merge 9 commits intovoidcoefficient:devfrom
lzldev:feat/storage-trait
Open

Feat/storage trait#12
lzldev wants to merge 9 commits intovoidcoefficient:devfrom
lzldev:feat/storage-trait

Conversation

@lzldev
Copy link
Copy Markdown
Collaborator

@lzldev lzldev commented Mar 31, 2026

No description provided.

use json::JsonValue;

#[derive(Debug, Clone)]
pub enum CfsValue {
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove Cfs from the names. It's reduntant

Copy link
Copy Markdown
Collaborator Author

@lzldev lzldev Apr 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed in d914044

@voidcoefficient voidcoefficient added the blocked depends on another PR label Apr 2, 2026
lzldev added 2 commits April 2, 2026 14:39
- storage trait
- json storage implementation
@lzldev lzldev force-pushed the feat/storage-trait branch from c5df5c9 to 648f4a7 Compare April 2, 2026 19:43
};

self.connection.execute(
"INSERT INTO KV VALUES(NULL,?1,?2) ON CONFLICT(key) DO UPDATE SET value = ?2 WHERE key = ?1",
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why

Copy link
Copy Markdown
Collaborator Author

@lzldev lzldev Apr 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lzldev lzldev marked this pull request as ready for review April 12, 2026 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blocked depends on another PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants