issues
search
onyxframework
/
sql
A delightful SQL ORM ☺️
https://api.onyxframework.com/sql
MIT License
91
stars
7
forks
source link
Split Query building
#45
Closed
vladfaust
closed
5 years ago
vladfaust
commented
6 years ago
Split
Query#to_s
to:
[ ]
Query#to_s
to just build SQL without params
[ ]
Query#build
to only fill up
#params
(questionable method name though)
Split
Query#to_s
to:Query#to_s
to just build SQL without paramsQuery#build
to only fill up#params
(questionable method name though)