yv989c / BlazarTech.QueryableValues

This library allows you to efficiently compose an IEnumerable<T> in your Entity Framework Core queries when using the SQL Server database provider.
Other
93 stars 6 forks source link

MySql support? #22

Closed mkalinski93 closed 1 year ago

mkalinski93 commented 2 years ago

Hey,

just wanted to ask you if MySql is also supported, because I couldn´t find any information about it.

yv989c commented 2 years ago

Hi @mkalinski93,

This library only works on the SQL Server database provider. It uses SQL Server specific features under the hood.

Can you elaborate what problem are you trying to solve under MySql? I'm not too familiar with that db engine.

yv989c commented 1 year ago

Closing due to inactivity.