File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
examples/custom form component Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Custom form component
22
3- This example shows how to create a simple custom component in handlebars, and use from SQL.
3+ This example shows how to create a simple custom component in handlebars, and call it from SQL.
44
5- It uses MySQL, but does not use any MySQL-specific features, so it should be easy to adapt to other databases.
5+ It 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.
8+ - MySQL's ` json_merge ` function.
9+ Both [ have analogs in other databases] ( https://sql.datapage.app/blog.sql?post=JSON%20in%20SQL%3A%20A%20Comprehensive%20Guide ) .
610
711![ screenshot] ( screenshot.png )
812
You can’t perform that action at this time.
0 commit comments