Skip to content

[FEATURE] User access for columns #235

Open
@pawelrosada

Description

@pawelrosada

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']

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions