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

chore: adjust types to allow dynamic usage #306

Merged
merged 5 commits into from
Apr 11, 2024
Merged

Conversation

dbcfd
Copy link
Contributor

@dbcfd dbcfd commented Apr 10, 2024

Adjusts types so that they may be used from a dynamic context, which allows other database implementations to be provided. Additionally types no longer require clone, but instead use arc as needed for clone.

Adjusts types so that they may be used from a dynamic context, which allows
other database implementations to be provided. Additionally types no
longer require clone, but instead use arc as needed for clone.
@dbcfd dbcfd requested review from smrz2001 and dav1do April 10, 2024 20:59
@dbcfd dbcfd temporarily deployed to github-tests-2024 April 10, 2024 21:08 — with GitHub Actions Inactive
@dbcfd dbcfd temporarily deployed to github-tests-2024 April 11, 2024 01:41 — with GitHub Actions Inactive
@dbcfd dbcfd temporarily deployed to github-tests-2024 April 11, 2024 01:59 — with GitHub Actions Inactive
@dbcfd dbcfd temporarily deployed to github-tests-2024 April 11, 2024 13:10 — with GitHub Actions Inactive
@dbcfd dbcfd added this pull request to the merge queue Apr 11, 2024
Merged via the queue into main with commit 1a806bf Apr 11, 2024
5 checks passed
@dbcfd dbcfd deleted the chore/refactor-types branch April 11, 2024 14:24
smrz2001 pushed a commit that referenced this pull request Apr 11, 2024
* chore: adjust types to allow dynamic usage

Adjusts types so that they may be used from a dynamic context, which allows
other database implementations to be provided. Additionally types no
longer require clone, but instead use arc as needed for clone.

* chore: clippy

* chore: clippy

* chore: deps

* chore: test compilation

---------

Co-authored-by: Github Automation <[email protected]>
@smrz2001 smrz2001 mentioned this pull request Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants