List of all items
Structs
- model::Author
- model::Book
- model::BookAuthor
- model::Page
- schema::authors::columns::id
- schema::authors::columns::name
- schema::authors::columns::star
- schema::authors::table
- schema::books::columns::id
- schema::books::columns::star
- schema::books::columns::title
- schema::books::table
- schema::books_authors::columns::author_id
- schema::books_authors::columns::book_id
- schema::books_authors::columns::star
- schema::books_authors::table
- schema::pages::columns::book_id
- schema::pages::columns::content
- schema::pages::columns::id
- schema::pages::columns::page_number
- schema::pages::columns::star
- schema::pages::table
Functions
- establish_connection
- joins
- m_to_n_relations
- main
- new_author
- new_book
- new_books_author
- new_page
- one_to_n_relations
- setup_data
Type Aliases
- schema::authors::BoxedQuery
- schema::authors::SqlType
- schema::books::BoxedQuery
- schema::books::SqlType
- schema::books_authors::BoxedQuery
- schema::books_authors::SqlType
- schema::pages::BoxedQuery
- schema::pages::SqlType