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

add Aurora serverless (data api) driver #866

Closed
wants to merge 15 commits into from

Commits on Dec 1, 2020

  1. add Aurora driver

    tarkah committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    f3e453a View commit details
    Browse the repository at this point in the history
  2. add null type

    tarkah committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    6f74ce3 View commit details
    Browse the repository at this point in the history
  3. add query logger

    tarkah committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    ae73c0a View commit details
    Browse the repository at this point in the history
  4. finish is called on drop

    tarkah committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    19548d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. add more types

    tarkah committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    ae3b024 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. add db type

    this will be used to execute the correct sql for migrations.
    tarkah committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    fa7f2af View commit details
    Browse the repository at this point in the history
  2. add migrate for aurora

    tarkah committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    57087cb View commit details
    Browse the repository at this point in the history
  3. add aurora to Any

    tarkah committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    8ed8681 View commit details
    Browse the repository at this point in the history
  4. add database to uri

    tarkah committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    5d8b40b View commit details
    Browse the repository at this point in the history
  5. fix decode error message

    tarkah committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    53aa60e View commit details
    Browse the repository at this point in the history
  6. fix cfg

    tarkah committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    88e1e43 View commit details
    Browse the repository at this point in the history
  7. add aurora feature to cli

    tarkah committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    5db4e59 View commit details
    Browse the repository at this point in the history
  8. fix cfg

    tarkah committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    332cdd4 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

  1. prepare sql & parameters

    tarkah committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    258c519 View commit details
    Browse the repository at this point in the history
  2. remove dbg

    tarkah committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    e4a468a View commit details
    Browse the repository at this point in the history