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

Have process plugins support json as input and output #3558

Open
rouzier opened this issue Aug 24, 2024 · 0 comments
Open

Have process plugins support json as input and output #3558

rouzier opened this issue Aug 24, 2024 · 0 comments
Labels
📚 postgresql enhancement New feature or request

Comments

@rouzier
Copy link

rouzier commented Aug 24, 2024

What do you want to change?

Example config

{
  "version": "2",
  "sql": [
    {
      "schema": "schema.sql",
      "queries": "query.sql",
      "engine": "postgresql",
      "codegen": [
        {
          "out": "gen",
          "plugin": "jsonb"
        }
      ]
    }
  ],
  "plugins": [
    {
      "name": "jsonb",
      "process": {
        "cmd": "test_json_process_plugin",
        "format": "json"
      }
    }
  ]
}

What database engines need to be changed?

No response

What programming language backends need to be changed?

No response

@rouzier rouzier added the enhancement New feature or request label Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📚 postgresql enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant