alchimia
alchimia copied to clipboard
Minor doc cleanup
Some suggested cleanup for the front-page example:
- Import symbols from the locations used in the SQLAlchemy documentation.
- Use the in-memory SQLite connection URL in the SQLAlchemy documentation instead of a shorthand URL.
- Do multiple inserts in one transaction, which seems like a better example than using separate transactions. It's certainly faster, anyway.
- Indent comment to match code.