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

Re-design loading and storing of relations #56

Closed
souffle-lang opened this issue Apr 5, 2016 · 1 comment
Closed

Re-design loading and storing of relations #56

souffle-lang opened this issue Apr 5, 2016 · 1 comment
Milestone

Comments

@souffle-lang
Copy link
Collaborator

Synopsis: extend mechanism to load and store relations

Relations have qualifiers such as input and output to load relations from tab-separated files and store relations to tab-separated files. Example,

.decl A(x:number, y:number) input
.decl B(x:number) output

Provide an input/output statement that specifies a set of relations to be loaded from files and stored to files, respectively.

@kavorobyov kavorobyov added this to the 0.0.2 milestone Apr 23, 2016
@b-scholz b-scholz modified the milestones: 0.0.2, 1.1.0 Apr 26, 2016
@b-scholz
Copy link
Member

This has been completed with Martin's new I/O system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants