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

Loading arrays from external files #3

Open
rit opened this issue Oct 17, 2011 · 1 comment
Open

Loading arrays from external files #3

rit opened this issue Oct 17, 2011 · 1 comment

Comments

@rit
Copy link

rit commented Oct 17, 2011

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;
)
@agentzh
Copy link
Owner

agentzh commented Oct 18, 2011

Yeah, this is a very useful feature and I'll implement in the near future :) Thanks!

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

No branches or pull requests

2 participants