Skip to content

rawdb: implement larry interface#17

Open
AL-CT wants to merge 7 commits into
mainfrom
toni/rawdb
Open

rawdb: implement larry interface#17
AL-CT wants to merge 7 commits into
mainfrom
toni/rawdb

Conversation

@AL-CT
Copy link
Copy Markdown
Collaborator

@AL-CT AL-CT commented Jan 22, 2026

Ensures RawDB adheres to the Larry interface while retaining its core functionalities. This will allow RawDB to be used with multiDB. Only the put, has, and get methods are available, in accordance with the original design. All other methods return a NotSupported error.

NOTE: further testing of multiDB with RawDB set up requires issue #19 to be addressed, and will be added in the future.

@AL-CT AL-CT marked this pull request as ready for review January 26, 2026 12:49
@AL-CT AL-CT requested review from a team and marcopeereboom January 27, 2026 20:24
@AL-CT AL-CT requested a review from joshuasing January 29, 2026 11:00
defer func() {
err := db.Close(ctx)
if err != nil {
t.Fatal(err)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

panic?

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.

3 participants