mirror of https://github.com/AMT-Cheif/drift.git
update docs
This commit is contained in:
parent
5e5628d1a8
commit
9a1dc2b0e3
|
@ -186,6 +186,9 @@ We currently support the following extensions:
|
||||||
- `spellfix1`: Assumes that the [spellfix1](https://www.sqlite.org/spellfix1.html)
|
- `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,
|
module is available. Note that this is not the case for most sqlite3 builds,
|
||||||
including the ones shipping with `sqlite3_flutter_libs`.
|
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
|
### Known custom functions
|
||||||
|
|
||||||
|
|
|
@ -89,7 +89,7 @@ for doing linear transformations of polygons,
|
||||||
for rendering polygons as [SVG](https://en.wikipedia.org/wiki/SVG),
|
for rendering polygons as [SVG](https://en.wikipedia.org/wiki/SVG),
|
||||||
and other similar operations.
|
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
|
[build options]({{ "../Generation options/index.md" | pageUrl }}) to include
|
||||||
`geopoly` in the `sqlite_module` section.
|
`geopoly` in the `sqlite_module` section.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue