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

allow applications to use their own db context #5

Merged
merged 8 commits into from
Jul 1, 2024

Conversation

hahn-kev
Copy link
Collaborator

@hahn-kev hahn-kev commented Jun 9, 2024

typically libraries don't define the db context, the application does and tells the library which type to inject. This PR enables that workflow and applies it to the sample app. At some point we might consider removing the CrdtDbContext, but for now it makes it easy to onboard

@hahn-kev hahn-kev mentioned this pull request Jun 10, 2024
@hahn-kev hahn-kev requested a review from jasonleenaylor June 11, 2024 20:35
…ome values, including the type name when trying to add to a frozen builder.
@hahn-kev hahn-kev merged commit 7c9e207 into main Jul 1, 2024
3 checks passed
@hahn-kev hahn-kev deleted the external-db-context branch July 1, 2024 02:49
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