Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for LINQ to SQL #26

Open
bahmanbs opened this issue Jul 3, 2023 · 1 comment
Open

Support for LINQ to SQL #26

bahmanbs opened this issue Jul 3, 2023 · 1 comment

Comments

@bahmanbs
Copy link

bahmanbs commented Jul 3, 2023

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
Copy link
Owner

arogozine commented Dec 18, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants