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

Database Nodes #34

Open
damonreece opened this issue Jun 26, 2018 · 0 comments
Open

Database Nodes #34

damonreece opened this issue Jun 26, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@damonreece
Copy link
Contributor

I'm unsure of whether this functionality is appropriate for Jacquard or Yarn itself, but one thing I can foresee is a great need for is database nodes. For larger projects, these would be used to store things like variables and bulk text that doesn't need to be read line-by-line, such as item or enemy names. Example:

Index (autofilled) Item name Item description Cost
0 Hat of Git Mastery This hat makes you immune to all the terrifying things that can happen while you use Git. 25
1 Blazing Cauldron The contents of this vessel are witheringly hot. You could stir this fire, if you had a metal spoon. 200
2 Wooden Spoon It'll have to do. 2

Games and other nodes would refer to this node much in the same way they would refer to a CSV file/spreadsheet.

@damonreece damonreece added the enhancement New feature or request label Jun 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant