Skip to content

Commit b8694e7

Browse files
Apply suggestions from code review
Co-authored-by: Lambros Petrou <[email protected]>
1 parent b6411c1 commit b8694e7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/content/partials/d1/d1-do-supported-sqlite-extensions.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ params:
55

66
{props.product} a subset of SQLite extensions for added functionality, including:
77

8-
- [FTS5 module](https://www.sqlite.org/fts5.html) for full-text search.
9-
- [Maths functions](https://sqlite.org/lang_mathfunc.html).
8+
- [FTS5 module](https://www.sqlite.org/fts5.html) for full-text search (including `fts5vocab`).
9+
- [JSON extension](https://www.sqlite.org/json1.html) for JSON functions and operators.
10+
- [Math functions](https://sqlite.org/lang_mathfunc.html).
1011

1112
Refer to the [source code](https://github.com/cloudflare/workerd/blob/4c42a4a9d3390c88e9bd977091c9d3395a6cd665/src/workerd/util/sqlite.c%2B%2B#L269) for the full list of supported functions.

0 commit comments

Comments
 (0)