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

Added support for temp dbs (#88) #89

Merged
merged 9 commits into from
Jan 15, 2024

Conversation

AndySakov
Copy link
Contributor

Added util functions to manage temp databases (create and delete) and integrated them as methods on the Neogma class.

  • Copied over the functions from the @neo4j-labs/temp-dbs repo and ported them to typescript.
  • Integrated the functions into the Neogma class and removed the driver.close() calls in the functions in favor of the global driver manager.
  • Added tests to make sure the intended behaviour was successfully implemented.

src/Neogma.ts Outdated Show resolved Hide resolved
documentation/md/docs/Getting-Started.md Outdated Show resolved Hide resolved
documentation/md/docs/Getting-Started.md Outdated Show resolved Hide resolved
documentation/md/docs/Getting-Started.md Outdated Show resolved Hide resolved
documentation/md/index.md Outdated Show resolved Hide resolved
documentation/md/docs/Getting-Started.md Outdated Show resolved Hide resolved
src/utils/temp.ts Show resolved Hide resolved
src/utils/temp.ts Outdated Show resolved Hide resolved
AndySakov and others added 6 commits January 15, 2024 18:39
Co-authored-by: Jason Athanasoglou <jathanasoglou@outlook.com>
Co-authored-by: Jason Athanasoglou <jathanasoglou@outlook.com>
Co-authored-by: Jason Athanasoglou <jathanasoglou@outlook.com>
Co-authored-by: Jason Athanasoglou <jathanasoglou@outlook.com>
Co-authored-by: Jason Athanasoglou <jathanasoglou@outlook.com>
@themetalfleece themetalfleece added the feature New feature or request label Jan 15, 2024
@themetalfleece themetalfleece merged commit c05c4b5 into themetalfleece:master Jan 15, 2024
1 check 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.

2 participants