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 option for a custom write function. #656

Closed
wants to merge 1 commit into from
Closed

Add option for a custom write function. #656

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Nov 9, 2023

  • Added new AutoOptions property write?: (tableData:TableData,options:AutoOptions)=>Promise<void>;.
  • Added tests/write.test.js
  • Requires a change to address issue Added missing dialects to fix ts compile with sequelize 6.29.  #642
    • What I did to run my test was just to pass sqliteOptions to all new, un-implemented dialects, e.g. db2: sqliteOptions, snowflake: sqliteOptions, oracle: sqliteOptions.

@ghost ghost closed this Nov 9, 2023
@ghost
Copy link
Author

ghost commented Nov 9, 2023

OK I should have realized that you can just do a custom writer by calling build and relate on your SequelizeAuto instance instead of calling run.

This pull request was closed.
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.

0 participants