汽车经销商的数据库设计

发布于 2024-10-19 19:34:40 字数 178 浏览 1 评论 0原文

我正在考虑为汽车经销商构建一个应用程序。我看到的最大挑战是建立数据库来捕获有关车辆的必要信息(年份、品牌、型号——相当简单,但我知道细节远不止于此)。这些信息可能会用于在其网站上展示经销商的库存(因此,用户可能希望能够根据各种参数等进行搜索)。

关于我可以对此数据库的版本 1 做什么有什么建议吗?有我可以使用的示例吗?谢谢。

I'm looking into building an application for a car dealership. The biggest challenge I see is building the database to capture the necessary information about vehicles (year, make, model -- fairly easy, but I know the details go way beyond that). The information will probably be used to showcase the dealership's inventory on their website (so, users are probably going to want to be able to search based on various parameters, etc.).

Any suggestions on what I can do for version 1 of this database? Any samples out there that I can use? Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

愁杀 2024-10-26 19:34:40

您应该查看 http://www.databaseanswers.org/data_models/ ,有很多您可以比较的数据库模型。

You should look at http://www.databaseanswers.org/data_models/ , there is a bunch of db models which you can compare.

故人爱我别走 2024-10-26 19:34:40

我绝对建议您首先在纸上创建数据库。虽然它是图表形式,但它可以在不损失任何时间的情况下进行重构和重新设计,并且可以用来以更清晰的方式解释数据库的内部工作原理 - 如果不是向其他人,也可以向您自己解释。

做到这一点的最佳方法是使用称为 UML 的标准化过程。查看 http://sourcemaking.com/uml/introduction 因为它有很多入门信息具有 UML 和软件开发最佳实践。

I would definitely recommend creating your database on paper first. While it is in diagram form, it can be refactored and redesigned without any time loss, and can be used to explain the inner workings of your database in a much more clearer way - if not to others, to yourself.

The best way in doing this is with a standardised procedure called UML. Check out http://sourcemaking.com/uml/introduction as it has a lot of information on getting started with UML and software development best practices.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文