Uber Clone Database

20 views
Skip to first unread message

rdvg...@gmail.com

unread,
May 30, 2019, 10:49:23 AM5/30/19
to CodenameOne Discussions
Hi,

Buy the kindle version of the book. Although in the Entities a large part of the data structure is shown, I do not see anywhere the tables and relations of the Database.
Where I download it?

Shai Almog

unread,
May 31, 2019, 12:03:58 AM5/31/19
to CodenameOne Discussions
Hi,
the schema isn't listed because it's generated automatically with the relations etc. JPA automatically generates table schemas and changes them as you mutate the entities. The latter option is turned on in the application.properties for the project. This is very convenient as it can use database specific syntax for efficiency/correctness.
I wanted to keep the code and subjects covered to the bare minimum and didn't want to complicate things with SQL and schemas.

rdvg...@gmail.com

unread,
May 31, 2019, 11:49:49 AM5/31/19
to CodenameOne Discussions
Ok, thanks
Reply all
Reply to author
Forward
0 new messages