Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 739 Bytes

to-do.md

File metadata and controls

31 lines (27 loc) · 739 Bytes
  • Database

    • Create a database
    • Create a table into the database
      • isbn, bookname, author, pagecount, bookcount, borrow_times, barrow_date, remaining_date
  • Server

    • DB model

    • MySQL Functions

      • GetAll
      • GetById
      • GetByName
      • Add
      • Delete
      • Update
      • BookBorrow
      • BookReceive
    • Database connection

    • Handler Functions

      • BookGetALL
      • BookGetById
      • BookGetByName
      • BookAdd
      • BookDelete
      • BookUpdate
      • BookBorrow
      • BookReceive
    • Set Router

    • CLI