Update 'SQLite Config'

Anna Schumaker 2023-03-21 17:03:22 -04:00
parent d5c4322559
commit d6725d69a9
1 changed files with 1 additions and 1 deletions

@ -12,7 +12,7 @@ Emmental configures SQLite by enabling foreign key constraint enforcement and se
| PATH | STRING | [pathlib.Path](https://docs.python.org/3/library/pathlib.html) |
### Custom Functions
Custom functions are available for use by the Emmental application, but cannot be used by the SQLite interpreter.
Custom functions are registered by Python at runtime, and are only available for use by the application.
| Name | Description |
| -------- | ----------- |