CRUD app made with JavaFX and MySQL database.
This two books were loaded from MySQL database.
To insert our new book in database we simply create sql query:
We load our ID, Title, Author, year and Pages from TextFields.
Then we execute our query.
All we need is ID of book that we want to update.
Also all we need to delete our book is ID.