Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In-memory database implementation #19

Draft
wants to merge 13 commits into
base: dev
Choose a base branch
from
Draft

In-memory database implementation #19

wants to merge 13 commits into from

Conversation

cqstanford
Copy link

Adds volatile database (non-vector) functionality!

src/database/engine/volatile_vector/mod.rs Outdated Show resolved Hide resolved
src/database/engine/volatile_vector/mod.rs Outdated Show resolved Hide resolved
src/database/engine/volatile_vector/mod.rs Outdated Show resolved Hide resolved
src/database/engine/volatile_vector/mod.rs Outdated Show resolved Hide resolved
src/database/engine/volatile_vector/mod.rs Outdated Show resolved Hide resolved
}
}

impl Tabular for Database<'_> {
impl Tabular for Database {
Copy link
Member

Choose a reason for hiding this comment

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

Do let's implement Tabluar here. Again, you can nest HashMaps if you would like.

src/database/volatile/mod.rs Outdated Show resolved Hide resolved
src/database/volatile/mod.rs Outdated Show resolved Hide resolved
src/database/volatile/mod.rs Outdated Show resolved Hide resolved
src/database/volatile/mod.rs Outdated Show resolved Hide resolved
@maxfierrog maxfierrog changed the title Merging volatile db into dev 4/18 In-memory database implementation Apr 19, 2024
@maxfierrog maxfierrog marked this pull request as draft April 25, 2024 05:27
@maxfierrog maxfierrog added the feature New feature or request label Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants