面向对象数据库理论
请推荐一些有关动态语言实现面向对象数据库的材料(对 Ruby 感兴趣)。
我意识到 OODB 没有良好的数学基础,但我能找到的信息仍然不足以让我开始研究新的 OODB。
谢谢。
Please recommend some material about implementing Object-Oriented Databases for dynamic languages (interested in Ruby).
I realise that OODBs do not have a good mathematical foundation, but still the information I could find is absolutely insufficient for me to start working on a new OODB.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅 Won Kim 的“面向对象数据库简介”。它被认为是此事的权威来源。
编辑:替代参考是 Paul Brown 的 “对象关系数据库开发” 。它采用对象/关系方法,考虑到当今关系技术的流行,这可能很有趣。
Have a look at Won Kim's "Introduction to Object-Oriented Databases". It's considered an authoritative source on the matter.
EDIT: An alternative reference is "Object-Relational Database Development" by Paul Brown. It takes an object/relational approach, which may be interesting given the prevalence of relational technologies these days.
有几种工资单:
多媒体面向对象数据库管理系统的实现< /a>
面向对象的数据库系统 Jasmine:实现、应用和扩展
面向对象的数据库管理系统-OMNIX的设计与实现
然后还有网站 odbms.org,它提供在线资源:
http://www.odbms .org/downloads.aspx
最后但并非最不重要的一点是,我可能会尝试搜索 Caché 等流行 ODBMS 的白皮书或技术文档。
There are several for pay papers:
An implementation of a multimedia object-oriented database management system
An object-oriented database system Jasmine: implementation, application, and extension
The Design and Implementation of an Object Oriented Database Management System-OMNIX
Then there's also the website odbms.org, which has resources online:
http://www.odbms.org/downloads.aspx
Last but not least I'd probably try to search for whitepapers or tech docs for a popular ODBMS like Caché.