File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -107,16 +107,16 @@ This library using equal query definition to [query-template](https://github.com
107107
108108``` js
109109const query = {
110- sql: ' SELECT * FROM table' , // String with SQL code
111- addons: { // Object with named additions
112- addonName: { // Addition object
113- sql: ' AND field1 = :field1' , // String with addition SQL
114- additionOptions: { // Object with addition config
115- propertyName: ' field1' , // Name of templating property
116- propertyValue: true , // Value of templating property
117- }
118- }
119- }
110+ sql: ' SELECT * FROM table' , // String with SQL code
111+ addons: { // Object with named additions
112+ addonName: { // Addition object
113+ sql: ' AND field1 = :field1' , // String with addition SQL
114+ additionOptions: { // Object with addition config
115+ propertyName: ' field1' , // Name of templating property
116+ propertyValue: true , // Value of templating property
117+ }
118+ }
119+ }
120120}
121121```
122122
You can’t perform that action at this time.
0 commit comments