Skip to content

feat(surrealdb): add WithInitFiles method #778

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

Merged

Conversation

Odonno
Copy link
Contributor

@Odonno Odonno commented Aug 1, 2025

Following the newly added WithInitFiles method for database integrations, I've added this method for SurrealDB integration using the SURREAL_IMPORT_FILE env variable.

PR Checklist

  • Created a feature/dev branch in your fork (vs. submitting directly from a commit on main)
  • Based off latest main branch of toolkit
  • PR doesn't include merge commits (always rebase on top of our main, if needed)
  • Tests for the changes have been added (for bug fixes / features) (if applicable)
  • Contains NO breaking changes
  • Every new API (including internal ones) has full XML docs
  • Code follows all style conventions

Other information

@Odonno Odonno force-pushed the feat/surrealdb-init-files branch 2 times, most recently from 5260f81 to fbe2c55 Compare August 1, 2025 11:06
Copy link
Member

@aaronpowell aaronpowell left a comment

Choose a reason for hiding this comment

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

Couple of minor nits then it's good to merge.

@Odonno Odonno force-pushed the feat/surrealdb-init-files branch from cd3ef79 to 3bf84b4 Compare August 4, 2025 07:15
@aaronpowell aaronpowell merged commit 076cf0a into CommunityToolkit:main Aug 5, 2025
100 checks passed
@Odonno Odonno deleted the feat/surrealdb-init-files branch August 5, 2025 07:24
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.

2 participants