Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUse "UPSERT" to set schema version when possible #157
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Cleaner SQL. e.g. single statement
Describe the solution you'd like
RDBMSs that support
UPSERT(checked if implemented):Describe alternatives you've considered
N/A
Additional context
RDBMSs that do not support
UPSERT: