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

Support multiple types of DBs at once #3278

Closed
wants to merge 10 commits into from

Commits on Jun 10, 2024

  1. feat: support multiple types of DBs at once

    Signed-off-by: Raphael Höser <raphael@hoeser.info>
    Snapstromegon committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    018a28e View commit details
    Browse the repository at this point in the history
  2. fix: make fallback env var the actual fallback

    Signed-off-by: Raphael Höser <raphael@hoeser.info>
    Snapstromegon committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    726a6f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Add working implementation with two drivers at once just for the quer…

    …y! macro.
    
    Signed-off-by: Raphael Höser <raphael@hoeser.info>
    Snapstromegon committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    21c9479 View commit details
    Browse the repository at this point in the history
  2. Remove incorrect type bound that was added accidentally

    Signed-off-by: Raphael Höser <raphael@hoeser.info>
    Snapstromegon committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3af2664 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. allow using any DATABASE_URL* env var for configuring DBs.

    Signed-off-by: Raphael Höser <raphael@hoeser.info>
    Snapstromegon committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    97b2faf View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Switch to a type based implementation

    Signed-off-by: Raphael Höser <raphael@hoeser.info>
    Snapstromegon committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d1d8c25 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Step further, but doesn't compile because the driver_type can't be re…

    …ferenced
    
    Signed-off-by: Raphael Höser <raphael@hoeser.info>
    Snapstromegon committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    ebbe979 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Working version using types via associated const on DBs

    Signed-off-by: Raphael Höser <raphael@hoeser.info>
    Snapstromegon committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a5d5685 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Snapstromegon/121-multiple-typed-dbs

    Switch to a type based implementation
    Snapstromegon authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f21274b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16cea4a View commit details
    Browse the repository at this point in the history