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

Merged
merged 20 commits into from
Nov 19, 2024
Merged

In-memory database implementation #19

merged 20 commits into from
Nov 19, 2024

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
@BnjmnZmmrmn BnjmnZmmrmn added this to the v1.0.0 release milestone Sep 30, 2024
@maxfierrog maxfierrog merged commit 1e8144b into dev Nov 19, 2024
3 checks passed
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.

3 participants