Database table model classes 

Once the base has been called or instantiated, it can be passed to the model classes. These classes, like all Python classes, could include functions, properties, and methods which are useful for processing data internally to the class. In this chapter, the models do not include any internal functions, but instead only define columns. 

Explore SQLAlchemy models and their internal functions here: http://docs.sqlalchemy.org/en/latest/orm/tutorial.html.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset