arogozine / LinqToTypeScript

LINQ to TypeScript
https://arogozine.github.io/linqtotypescript/
MIT License
139 stars 18 forks source link

Support for LINQ to SQL #26

Open bahmanbs opened 1 year ago

bahmanbs commented 1 year ago

do you have any plan or idea for creating such an amazing thing like what EF Core does? i mean creating a tool that can convert LINQ expressions to SQL queries

arogozine commented 8 months ago

No.

LINQ to SQL uses expression trees which provide reflection capability and can be compiled.

I'm not aware of such functionality in JS at the moment.