Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
6answers
1k views

How to design many-to-many relationships in an object database?

I thought it was about time to have a look at OO databases and decided to use db4o for my next little project - a small library. Consider the following objects: Book, Category. A Book can be in 0-n ...
7
votes
3answers
1k views

best open source ODBMS for java [closed]

Could you advise the best open source ODMBS (object oriented database management system) for Java application? I understand that usually there is no one definite answer for such questions. So the ...
3
votes
5answers
1k views

Is there a pure object database for PHP?

I'm interested in knowing if there is a pure object oriented database for PHP. Something similar to zodb for Python. I'm not really looking for an object-relational mapper. So no active record ...
0
votes
1answer
198 views

Different types of databases

I want to ask my question more clearly. Last night I read about type of databases. dbms [Data Base Management System] rdbms [Relational dbms] odbms [Object dbms] oodbms [Object Oriented dbms] ...
0
votes
1answer
231 views

What is the Best Database Choice for a Single User .NET Winforms Application

I'm writing a new .Net 3.5 Winforms single user application and I'm not sure which database I should use. The database consists of about 30 tables and maximum rows in a table will not exceed 50,000. ...