object-oriented-database
Web Development - Object db vs Relational db
Whats the cons and pros of using a object database or rel开发者_如何学运维ational database for regular web development which involves a lot of CRUD?[详细]
2023-02-17 23:19 分类:问答is ObjectDB production ready?
In this benchmark ObjectDB is far the fastest DB: 开发者_JAVA百科http://www.jpab.org/All/All/All.html[详细]
2023-02-16 08:58 分类:问答Embedded nosql open source java database
I\'m developing an open source product and need an embedded dbms. Can you recommend an embedded open source database that ...[详细]
2023-02-14 23:46 分类:问答Query language for python objects [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-13 19:28 分类:问答List of Python Object Databases [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-13 00:13 分类:问答What's the key difference between a graph-database and a object-oriented database? [duplicate]
This question already has answers here: Closed 10 years ago. Possible Duplicate: What is the difference between graph-based databases and object-oriented databases?[详细]
2023-02-12 01:54 分类:问答Can ORM + relational DB be considered Object-Relational Database Management system?
I\'m wondering why is ORM so popular and everybody is using ORM implementations of JDO and JDA specifications, instead of using object databases that implements these specifications as well. The perfo[详细]
2023-02-08 03:38 分类:问答unsupported class hierarchy change in Db4o
I have: static class Db4o... and: class Db4oBase... // which uses Db4o class where I can: class Customer : Db4oBase[详细]
2023-02-04 20:55 分类:问答How do you exclude a property in a persistent object in db4o using C#?
Since \"[Transient]\" does not开发者_运维百科 really work on properties. What do I do now?db4o doesn\'t care about properties. It cares about fields.[详细]
2023-01-30 13:30 分类:问答Need to store LOTS of data on Android device, thinking of going OODB
I\'m currently working on a project that\'s based on Android. Without getting into many details, the software will run on a custom built device. The hardware will never change and will always be the s[详细]
2023-01-28 18:49 分类:问答