danrim Posted December 19, 2020 Share Posted December 19, 2020 Hello, I want to build and plan DB for Real Estate project. Looking for advise and useful tutorials for creating and planing DB structure. What kind tools are you using? Any help is appreciated. Quote Link to comment Share on other sites More sharing options...
Barand Posted December 19, 2020 Share Posted December 19, 2020 I use MySQL Workbench - it's free. I've also been known to us a And there's an SQL tutorial in my sig. which may help. 1 Quote Link to comment Share on other sites More sharing options...
benanamen Posted December 19, 2020 Share Posted December 19, 2020 Before you start, make sure you understand Database Normalization. Look online for Real Estate Data Models to see examples of how it is being done. A GUI DB manager like MySQL Workbench will be very helpful. Stay away from Phpmyadmin. Sketch out a "Conceptual Data Model". Then move on to a Logical Data Model, Then a Physical Data Model. This site will help you understand all of that.https://erwin.com/blog/types-of-data-models-conceptual-logical-physical/ Do not "code as you go". Make sure your DB architecture is well planned before you write a single line of code. When you have finalized your DB structure post it here and we will review it for you. When you get to coding, use PDO with prepared statements for you DB actions. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.