Skip to content

sarbjit87/sqlalchemy_tutorial

Repository files navigation

sqlalchemy_tutorial

  • models.py, app.py : Basics of SQLAlchemy
  • one_to_many.py : One to Many relationship Example
  • one_to_many_with_backref.py : One to Many relationship Example using Backref to make it bi-directional
  • one_to_many_with_back_populates.py : One to Many relationship Example using back_populates to make it bi-directional
  • one_to_one_with_backref.py : One to One relationship Example using Backref to make it bi-directional
  • many_to_many.py : Many to Many relationship Example
  • many_to_many_with_associations.py : Many to Many relationship Example using Association table to add extra data

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages