Qt 的实体模型?
是否有任何程序或简单的过程可以获取数据库并围绕该数据库构建基于 Qt 的模型?
Is there any program or easy process to take a database and build a model based off Qt around that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最终做了相反的事情,我对结果很满意。我使用 QDjango 来构建代码,并让它围绕该模型构建数据库。
I ended up doing the reverse and I am happy with the results. I have used QDjango to build code, and have it build the database around that model.