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

Plans for commands? #538

Closed
jerry1970 opened this issue Nov 12, 2021 · 1 comment
Closed

Plans for commands? #538

jerry1970 opened this issue Nov 12, 2021 · 1 comment

Comments

@jerry1970
Copy link

jerry1970 commented Nov 12, 2021

With both the SQL Server and PortsgreSQL engines in a project, using SqlKata is great, because it means only building a query once and compiling it to whichever DB engine is being used.

But besides the queries, we're creating (mostly temporary) tables and commands like truncate. With the current version we still need to build two queries.

Are there any plans to include those in SqlKata as well?
Or additional packages that do this, or a fork? (GOing through 362 forked projects is taking a while.)

Thanks!

@ahmad-moussawi
Copy link
Contributor

@jerry1970 no actually there is no plan for that, but maybe you can create Extension methods for your use cases,
Don't know about other forks, but if you find something interesting share it here for max benefit.
I will close this one, feel free to reopen, or discuss this further here.

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