Skip to content

Commit 58b2310

Browse files
authored
Add extension-functions.c info to README (#779)
1 parent 77fdcc2 commit 58b2310

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,16 @@ If you want your own extension to be listed here or you want to add a reference
453453
Spatialite is available as an extension to SQLite, and can be used in combination with this repository.
454454
For an example see [shaxbee/go-spatialite](https://github.com/shaxbee/go-spatialite).
455455
456+
## extension-functions.c from SQLite3 Contrib
457+
458+
extension-functions.c is available as an extension to SQLite, and provides the following functions:
459+
460+
- Math: acos, asin, atan, atn2, atan2, acosh, asinh, atanh, difference, degrees, radians, cos, sin, tan, cot, cosh, sinh, tanh, coth, exp, log, log10, power, sign, sqrt, square, ceil, floor, pi.
461+
- String: replicate, charindex, leftstr, rightstr, ltrim, rtrim, trim, replace, reverse, proper, padl, padr, padc, strfilter.
462+
- Aggregate: stdev, variance, mode, median, lower_quartile, upper_quartile
463+
464+
For an example see [dinedal/go-sqlite3-extension-functions](https://github.com/dinedal/go-sqlite3-extension-functions).
465+
456466
# FAQ
457467
458468
- Getting insert error while query is opened.

0 commit comments

Comments
 (0)