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

40 add support for additional table creation parameters #41

Merged

Conversation

CRBroughton
Copy link
Owner

This PR adds support for the following:

  • Add the following functionality to the createTable function
  • Ability to have null values
  • Ability to have non-null values
  • Ability to have unique values
  • Ability to autoincrement integers

Due to this change, the user-facing API changes drastically, as they'll now have more options to choose from when creating a table, and should be considered a breaking change.

@CRBroughton CRBroughton linked an issue Mar 23, 2024 that may be closed by this pull request
@CRBroughton CRBroughton merged commit 7dad767 into master Mar 24, 2024
1 check passed
@CRBroughton CRBroughton deleted the 40-add-support-for-additional-table-creation-parameters branch March 24, 2024 09:43
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.

Add support for additional table creation parameters
1 participant