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

Add in memory database #180

Merged
merged 1 commit into from
Jul 11, 2024
Merged

Conversation

MaartendeKruijf
Copy link
Collaborator

The feature adds an in memory database that can be used if mongo is not available.

@MaartendeKruijf MaartendeKruijf self-assigned this Jul 11, 2024
@MaartendeKruijf MaartendeKruijf linked an issue Jul 11, 2024 that may be closed by this pull request
playbooks map[string]cacao.Playbook
}

func New() InMemoryDatabase {
Copy link
Collaborator

Choose a reason for hiding this comment

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

should we rename this? this seems the IplaybookRepositority interface that you are implementing, rather than the database interface. What are your thoughts?

@MaartendeKruijf MaartendeKruijf merged commit 9c05d07 into development Jul 11, 2024
9 checks passed
@MaartendeKruijf MaartendeKruijf deleted the feature/179-in-memory-database branch July 11, 2024 14:17
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.

In memory database
2 participants