-
Notifications
You must be signed in to change notification settings - Fork 0
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
Suggestion for easier more Rust-like commands #170
Comments
Hey @Raj2032, thanks! Great suggestion. I've already been working on this in a way, with macros like: And, in the process, I've been cleaning up the API so things like |
No worries mate :)
Oh nice, is it ready for use? Off topic over here but if multisql is different to glue sql, how come there are names with |
Yup
When I rewrote things, I never bothered changing it. It never seemed inappropriate. Open to suggestions for alternatives. |
Oh nice mate. What about other things such as Is this also available to
Ah right mate got it :) |
@Raj2032 |
@KyGost I see mate. for multisql do such macros such as SELECT, CREATE TABLE etc exist? |
@Raj2032 Everything else is a TODO |
@KyGost AH right thanks mate |
Hey @KyGost, I wanted to suggest improvements to multisql.
In this example:
While this is great for basic stuff, I wanted to suggest a more cleaner alternative.
Here is my suggestion to use commands to execute stuff such as
select
etc etc. Here is my example (this is pseudo code):Unless if there was a way to do this already?
The text was updated successfully, but these errors were encountered: