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: remove sqlx #192

Merged
merged 9 commits into from
Jan 17, 2024
Merged

feat: remove sqlx #192

merged 9 commits into from
Jan 17, 2024

Commits on Jan 17, 2024

  1. feat: remove sqlx

    Remove SQLx in favor of tokio-postgres.
    SQLx has had many issues. From the poor design of the query engine to
    issues with transcations and deserializing. The idea of compile time
    queries is pretty good but the SQLx implementation is just very sub par.
    Most features are not supported.
    TroyKomodo committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    68336db View commit details
    Browse the repository at this point in the history
  2. chore: format

    TroyKomodo committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    18ee912 View commit details
    Browse the repository at this point in the history
  3. fix: deps

    TroyKomodo committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    20dbd52 View commit details
    Browse the repository at this point in the history
  4. fix: ingest tests

    TroyKomodo committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    e979ba3 View commit details
    Browse the repository at this point in the history
  5. fix: remove unused path

    TroyKomodo committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    a984c69 View commit details
    Browse the repository at this point in the history
  6. feat: add tls support

    TroyKomodo committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    961b2fc View commit details
    Browse the repository at this point in the history
  7. fix(platform): down migration

    lennartkloock authored and TroyKomodo committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    c3986ee View commit details
    Browse the repository at this point in the history
  8. fix(platform): sql queries

    lennartkloock authored and TroyKomodo committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    bb14181 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    17ee76f View commit details
    Browse the repository at this point in the history