Validator for config | create table
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 9
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Now that we are deciding on our config structure for creating a table it would be good to have a validator function to ensure its valid.
This includes:
- [x] Table Name present
- [x] fields object present and has values which have valid type properties
- [x] All field names and table name are [valid postgres names](http://www.informit.com/articles/article.aspx?p=409471)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.