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

Provide extension for Dbdatasource #1885

Open
aygalinc opened this issue Mar 6, 2023 · 5 comments
Open

Provide extension for Dbdatasource #1885

aygalinc opened this issue Mar 6, 2023 · 5 comments
Milestone

Comments

@aygalinc
Copy link

aygalinc commented Mar 6, 2023

Hi,

Is there any plan to support DbDataSource directly with dapper ?

@goenning
Copy link

goenning commented Mar 7, 2023

What a coincidence! I just learned about DbDataSource today and immediately tried to use with Dapper.

@0xced
Copy link
Contributor

0xced commented Oct 4, 2023

Discussion on the .NET runtime repository for reference: Introduce DbDataSource abstraction to System.Data

@mgravell
Copy link
Member

mgravell commented Oct 4, 2023

Yeah, we should get this done. I'll want to think very carefully about which APIs we included though - the existing ones have grown organically rather than as a defined plan. Thanks for reminder - tagging.

@mgravell mgravell added this to the v3.0 milestone Oct 4, 2023
@aygalinc
Copy link
Author

aygalinc commented Jan 5, 2024

@mgravell do you think a way could be to first create the interface in DapperAot and basically throw NotImplementedException and start to build the code generation for this case ?
I can give a shot if the api surface is basically the same as the one on dbConnection.

@mgravell
Copy link
Member

mgravell commented Jan 5, 2024

@aygalinc no need; API shape is in the v3 spike (which I need to get back to - so many plates spinning): #1983

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

No branches or pull requests

4 participants