arogozine / LinqToTypeScript

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

Support for LINQ to SQL #26

Closed bahmanbs closed 1 month 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 11 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.