Update 'SQLite Config'

Anna Schumaker 2023-03-21 16:57:10 -04:00
parent dbc22fbcfd
commit bb35c1f1e1
1 changed files with 2 additions and 0 deletions

@ -12,6 +12,8 @@ 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.
| Name | Description |
| -------- | ----------- |
| CASEFOLD | This is the Python [str.casefold()](https://docs.python.org/3/library/stdtypes.html#str.casefold) function with an added `None` check |