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

Implement SQLx interface #168

Merged
merged 36 commits into from
Jun 22, 2024
Merged

Commits on Apr 8, 2024

  1. added vendor

    halvardssm committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    a317180 View commit details
    Browse the repository at this point in the history
  2. Updated vendor

    halvardssm committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    6ff309f View commit details
    Browse the repository at this point in the history
  3. added deno.json

    halvardssm committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    22dc36e View commit details
    Browse the repository at this point in the history
  4. removed old config files

    halvardssm committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    139cab5 View commit details
    Browse the repository at this point in the history
  5. added docker compose

    halvardssm committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    083230d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ceb6d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    cb8d50e View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. renamed src folder to lib

    halvardssm committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    6962c5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d7bf6a View commit details
    Browse the repository at this point in the history
  3. updated logger

    halvardssm committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    e8c497a View commit details
    Browse the repository at this point in the history
  4. updated packet classes

    halvardssm committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    df0d4b1 View commit details
    Browse the repository at this point in the history
  5. Added new connection

    halvardssm committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    3d35555 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. added logger

    halvardssm committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    f51ff9b View commit details
    Browse the repository at this point in the history
  2. added encryptWithPublicKey

    halvardssm committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    0329304 View commit details
    Browse the repository at this point in the history
  3. cleaned up packet

    halvardssm committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    2f74b3e View commit details
    Browse the repository at this point in the history
  4. refactored auth plugins

    halvardssm committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    9a32a53 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a150f6a View commit details
    Browse the repository at this point in the history
  6. Refactored errors

    halvardssm committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    2b2ebf3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d005bf4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    88ca324 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a6297f View commit details
    Browse the repository at this point in the history
  10. Refactored tests

    halvardssm committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    51c26f1 View commit details
    Browse the repository at this point in the history
  11. fmt

    halvardssm committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    62225bd View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    4ce8069 View commit details
    Browse the repository at this point in the history
  2. added pool support

    halvardssm committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    7d5841d View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. implemented SQLx interface

    halvardssm committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    64a7d2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dfba2b View commit details
    Browse the repository at this point in the history
  3. cleanup and fixes

    halvardssm committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    52112b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    d1101ef View commit details
    Browse the repository at this point in the history
  2. Updated CI

    halvardssm committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4851fc8 View commit details
    Browse the repository at this point in the history
  3. bump sqlx

    halvardssm committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3958a44 View commit details
    Browse the repository at this point in the history
  4. updated ci

    halvardssm committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4b6be5c View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. bump sqlx

    halvardssm committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    20b2a54 View commit details
    Browse the repository at this point in the history
  2. Cleanup hexdump

    halvardssm committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    2980d63 View commit details
    Browse the repository at this point in the history
  3. cleanup pool

    halvardssm committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    4b475f4 View commit details
    Browse the repository at this point in the history
  4. Fixed test due to sort

    halvardssm committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    fe9e363 View commit details
    Browse the repository at this point in the history