-
Notifications
You must be signed in to change notification settings - Fork 123
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
The raw query interface #127
Comments
Hello! PRs are always welcome! 👯 But which version of Sailor are you using? |
Hey, yes!, but can not call this method directly, because depends on instialisate, connect, etc. |
Oh yes, of course. Hmm... yea! maybe we need a refactor over there :D |
Yes, i think so, the db layer should be re-implemented. |
Which suggestions do you have in mind? |
What do you think? |
Added a new comment over there! ^_^ |
I'm a playing with sailor, and i see that Sailor does not provide a raw interface to execute queries.
So, i've added in resty_,mysql.lua something like this:
And now i can do:
Why this feature is not available in the framework?
Can be added with a PR?
Thanks!
The text was updated successfully, but these errors were encountered: