File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
examples/custom form component Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33This example shows how to create a simple custom component in handlebars, and call it from SQL.
44
55It uses MySQL, but it should be easy to adapt to other databases.
6- The only MySQL-specific features used here are
7- - ` json_table ` , which is supported by MariaDB and MySQL 8.0 and later.
6+ The only MySQL-specific features used here are:
7+ - ` json_table ` , which is supported by MariaDB and MySQL 8.0 and later,
88 - MySQL's ` json_merge ` function.
99
1010Both [ have analogs in other databases] ( https://sql.datapage.app/blog.sql?post=JSON%20in%20SQL%3A%20A%20Comprehensive%20Guide ) .
@@ -16,4 +16,4 @@ Both [have analogs in other databases](https://sql.datapage.app/blog.sql?post=JS
1616
1717- How to create a custom component in handlebars, with dynamic behavior implemented in JavaScript
1818- How to manage multiple-option select boxes, with pre-selected items, and multiple choices
19- - Including a common menu between different pages using a ` shell.sql ` file, the dynamic component, and the ` sqlpage.run_sql ` function.
19+ - Including a common menu between different pages using a ` shell.sql ` file, the dynamic component, and the ` sqlpage.run_sql ` function.
You can’t perform that action at this time.
0 commit comments