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

feat(#103): Add support for embedded nosql db #104

Open
wants to merge 2 commits into
base: 2.0.0
Choose a base branch
from

Conversation

lordofthejars
Copy link
Member

Short description of what this resolves:

Add support for embedded nosql dbs that does not start a …network connector.

Changes proposed in this pull request:

  • Add a connect method that receives an Object which would be the embedded instance. Notice that it must be an Object because the class who manages the lifecycle of populate/clean is generic one, but each NoSQL engine uses a different one. For example Infinispan uses EmbeddedConnection meanwhile Mongo uses Fongo.

Fixes: #103

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.

1 participant