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