-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Commits on Jun 10, 2024
-
feat: support multiple types of DBs at once
Signed-off-by: Raphael Höser <raphael@hoeser.info>
Configuration menu - View commit details
-
Copy full SHA for 018a28e - Browse repository at this point
Copy the full SHA 018a28eView commit details -
fix: make fallback env var the actual fallback
Signed-off-by: Raphael Höser <raphael@hoeser.info>
Configuration menu - View commit details
-
Copy full SHA for 726a6f9 - Browse repository at this point
Copy the full SHA 726a6f9View commit details
Commits on Jun 11, 2024
-
Add working implementation with two drivers at once just for the quer…
…y! macro. Signed-off-by: Raphael Höser <raphael@hoeser.info>
Configuration menu - View commit details
-
Copy full SHA for 21c9479 - Browse repository at this point
Copy the full SHA 21c9479View commit details -
Remove incorrect type bound that was added accidentally
Signed-off-by: Raphael Höser <raphael@hoeser.info>
Configuration menu - View commit details
-
Copy full SHA for 3af2664 - Browse repository at this point
Copy the full SHA 3af2664View commit details
Commits on Jun 12, 2024
-
allow using any DATABASE_URL* env var for configuring DBs.
Signed-off-by: Raphael Höser <raphael@hoeser.info>
Configuration menu - View commit details
-
Copy full SHA for 97b2faf - Browse repository at this point
Copy the full SHA 97b2fafView commit details
Commits on Jun 13, 2024
-
Switch to a type based implementation
Signed-off-by: Raphael Höser <raphael@hoeser.info>
Configuration menu - View commit details
-
Copy full SHA for d1d8c25 - Browse repository at this point
Copy the full SHA d1d8c25View commit details
Commits on Jun 14, 2024
-
Step further, but doesn't compile because the driver_type can't be re…
…ferenced Signed-off-by: Raphael Höser <raphael@hoeser.info>
Configuration menu - View commit details
-
Copy full SHA for ebbe979 - Browse repository at this point
Copy the full SHA ebbe979View commit details
Commits on Jun 21, 2024
-
Working version using types via associated const on DBs
Signed-off-by: Raphael Höser <raphael@hoeser.info>
Configuration menu - View commit details
-
Copy full SHA for a5d5685 - Browse repository at this point
Copy the full SHA a5d5685View commit details -
Merge pull request #1 from Snapstromegon/121-multiple-typed-dbs
Switch to a type based implementation
Configuration menu - View commit details
-
Copy full SHA for f21274b - Browse repository at this point
Copy the full SHA f21274bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16cea4a - Browse repository at this point
Copy the full SHA 16cea4aView commit details