|
pyShelf Open Source Ebook Server 0.8.0
FOSS E-Book Server, https://pyshelf.com
|
Static Public Attributes | |
| Mapped | id = mapped_column(primary_key=True) |
| Mapped | book_id = mapped_column(ForeignKey("Book.id")) |
| Mapped | collection_id = mapped_column(ForeignKey("Collection.id")) |
| book = relationship("Book", back_populates="book_collections") | |
| collection = relationship("Collection", back_populates="book_collections") | |
Association table linking Books and Collections.
|
static |
|
static |
|
static |
|
static |
|
static |