Skip to content

Commit 5195009

Browse files
committed
readme in mysql example
1 parent 243c1a5 commit 5195009

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

examples/custom form component/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
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

0 commit comments

Comments
 (0)