Top "Object-oriented-database" questions

ODBMS: a database management system that represents information as objects, like in object-oriented programming

num_rows not working in Object Oriented method

I'm a beginner in php & mysql. The num_rows is not working in the below basic example. The whole …

php mysql database mysql-num-rows object-oriented-database
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 …

oop db4o object-oriented-database
Full text search(Postgres) Vs Elastic search

Read Query In Posgres, Full text indexing allows documents to be preprocessed and an index saved for later rapid searching. …

postgresql elasticsearch indexing full-text-search object-oriented-database