From 9a1dc2b0e3c644192293253b94e3fe1bf8ad55a4 Mon Sep 17 00:00:00 2001 From: Nikita Dauhashei Date: Sat, 20 Apr 2024 21:01:32 +0200 Subject: [PATCH] update docs --- docs/pages/docs/Generation options/index.md | 3 +++ docs/pages/docs/SQL API/extensions.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/pages/docs/Generation options/index.md b/docs/pages/docs/Generation options/index.md index 0246caa1..d3bab9fe 100644 --- a/docs/pages/docs/Generation options/index.md +++ b/docs/pages/docs/Generation options/index.md @@ -186,6 +186,9 @@ We currently support the following extensions: - `spellfix1`: Assumes that the [spellfix1](https://www.sqlite.org/spellfix1.html) module is available. Note that this is not the case for most sqlite3 builds, including the ones shipping with `sqlite3_flutter_libs`. +- `geopoly`: Assumes that the [geopoly](https://www.sqlite.org/geopoly.html) + module is available. Note that this is not the case for most sqlite3 builds, + including the ones shipping with `sqlite3_flutter_libs`. ### Known custom functions diff --git a/docs/pages/docs/SQL API/extensions.md b/docs/pages/docs/SQL API/extensions.md index a91188cb..cfd9ef43 100644 --- a/docs/pages/docs/SQL API/extensions.md +++ b/docs/pages/docs/SQL API/extensions.md @@ -89,7 +89,7 @@ for doing linear transformations of polygons, for rendering polygons as [SVG](https://en.wikipedia.org/wiki/SVG), and other similar operations. -To enable the fts5 extension in drift files and compiled queries, modify the +To enable the `geopoly` extension in drift files and compiled queries, modify the [build options]({{ "../Generation options/index.md" | pageUrl }}) to include `geopoly` in the `sqlite_module` section.