notes
Notes kept while studying. Written to be re-read by the person who wrote them, and published in case that person is not the only one who needs them.
- Postgres enums bind by name unless you tell them not to
SQLAlchemy sends the member name, Postgres holds the value, and nothing complains until the first insert.