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: Update createSchema procedures to accept schemaPath parameter #308

Merged
merged 3 commits into from
Jan 30, 2025

Conversation

itsumura-h
Copy link
Owner

  • Added a new optional parameter schemaPath to the createSchema procedures in MariaDB, MySQL, Postgres, SQLite, and Surreal use cases.
  • Updated file writing logic to use the provided schemaPath for saving the generated schema file.
  • Imported std/os module where necessary.

- Added a new optional parameter `schemaPath` to the `createSchema` procedures in MariaDB, MySQL, Postgres, SQLite, and Surreal use cases.
- Updated file writing logic to use the provided `schemaPath` for saving the generated schema file.
- Imported `std/os` module where necessary.
@itsumura-h itsumura-h linked an issue Jan 30, 2025 that may be closed by this pull request
@itsumura-h itsumura-h merged commit c8e7fe1 into main Jan 30, 2025
4 checks passed
@itsumura-h itsumura-h deleted the 307-update-schema-generator branch January 30, 2025 12:06
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.

update schema generator
1 participant