Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 229 Bytes

sqlalchemy.md

File metadata and controls

13 lines (9 loc) · 229 Bytes

SqlAlchemy

Examples

Cf. /data/examples directory for:

  • how to create a connection
  • how to create tables
  • how to make a request
  • how to make session in SQLAlchemy
  • how to play with rollback