sqlkata / querybuilder

SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird
https://sqlkata.com
MIT License
3.08k stars 498 forks source link

Will Linq be supported in the future? #630

Closed Cricle closed 1 year ago

JakeAlmer commented 1 year ago

doubt it, not really the point of the project. If you want to use linq to generate sql wouldn't Entity Framework or Linq2Sql be a better option?

Cricle commented 1 year ago

I think too