SQLite supports a form of functional extendabilty by means of what the SQLite people call “extensions”.
As of 2019-Aug-05 the following SQLite extensions are included:
- JSON1
- FTS5
- FSDIR
- csv
- fileio
For documentation on these extensions please refer to the SQLite Web site