Hypothesis emits certain characters that cause the following error when using pg8000 connector and a PostgreSQL database configured to encode in UTF-8:
sqlalchemy.exc.ProgrammingError: (pg8000.core.ProgrammingError) ('ERROR', 'ERROR', '22021', 'invalid byte sequence for encoding "UTF8"
: 0x00', 'wchar.c', '2017', 'report_invalid_encoding', '', '')
DB URL would look like: postgresql+pg8000://username:password@host:port/database