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

feat(codegen): Allow plugins to access environment variables #2669

Merged
merged 7 commits into from
Aug 29, 2023

Commits on Aug 29, 2023

  1. feat(codegen): Allow plugins to access environment variables

    Currently untested, but environment variable access must be configured
    in sqlc.yaml.
    kyleconroy committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    686da14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1ce837 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25f9ce1 View commit details
    Browse the repository at this point in the history
  4. change test out

    kyleconroy committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    e926e9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb88b7f View commit details
    Browse the repository at this point in the history
  6. more docs

    kyleconroy committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    12e7cd9 View commit details
    Browse the repository at this point in the history
  7. Add SQLC_VERSION to docs

    kyleconroy committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    d4e5fde View commit details
    Browse the repository at this point in the history