Update 'SQLite Config'

Anna Schumaker 2023-03-21 17:03:56 -04:00
parent d6725d69a9
commit f4033493b2
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 registered by Python at runtime, and are only available for use by the application.
Custom functions are registered by Python at runtime, and are not available from the SQLite interpreter.
| Name | Description |
| -------- | ----------- |