Open
Description
Describe the solution you'd like
MySQL offer access to specific column. It would be useful to manage this from the formula level.
For example you can do it like:
user:
frank:
password: 'somepass'
host: localhost
databases:
- database: foo
grants: ['select', 'insert']
table: foobar
- column: col
grants: ['update']