We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, Yichun
Thanks for this awesome tool.
What do you think of loading an array from an external file?
So instead of this:
table users( id serial; nickname text {'john','jen','adams'} not null; )
It becomes something like this
table users( id serial; nickname text load(a_very_long_list_of_nicknames.txt) not null; )
The text was updated successfully, but these errors were encountered:
Yeah, this is a very useful feature and I'll implement in the near future :) Thanks!
Sorry, something went wrong.
No branches or pull requests
Hey, Yichun
Thanks for this awesome tool.
What do you think of loading an array from an external file?
So instead of this:
It becomes something like this
The text was updated successfully, but these errors were encountered: