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

Non-generic CRUD support #35

Closed
Kayuse88 opened this issue Mar 2, 2021 · 1 comment
Closed

Non-generic CRUD support #35

Kayuse88 opened this issue Mar 2, 2021 · 1 comment
Assignees

Comments

@Kayuse88
Copy link

Kayuse88 commented Mar 2, 2021

Hi, I have several issue with some CRUD operation ex) CreateTableAsync.

My codes need to deal with dynamic type of T, but the generic type requires explicit type definition.

They use typeof(T) instead internally, but modifier limits to reuse these methods.

It'll be nice to add public non-generic CRUD methods.

Thanks for your support.

@vdaron
Copy link
Contributor

vdaron commented Mar 2, 2021

Hi @Kayuse88 !

Thanks for suggestion, I'll have a look at that for next release

Vincent.

@vdaron vdaron self-assigned this Mar 2, 2021
@vdaron vdaron closed this as completed in e549636 Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants