Ran into some limitations of sqlx while trying to bulk create interior_refs. I
also discovered how slow creating hundreds of rows in postgres is and I'm
planning on saving interior_refs data in a jsonb column instead which seems to
be much faster.
Pretty comfortable with the choice of crates now so it's time to start
committing.
Currently the API only returns errors, but throwing good errors is important.