alchimia icon indicating copy to clipboard operation
alchimia copied to clipboard

Minor doc cleanup

Open wsanchez opened this issue 6 years ago • 0 comments

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.

wsanchez avatar Jun 01 '18 18:06 wsanchez