Object oriented database NeoDatis 1.8.0 released in beta

NeoDatis 1.8.0 beta is an open-source (LGPL) object database. That stores objects as objects in a datastore, instead of translating an object and its components into entities and columns for a relational database. NeoDatis uses an instance of the ODB object to access a database.

NeoDatis provides us following different methods for retrieving data:
Ø A gross (”retrieve all instances of class X” method)
Ø Query by criteria
Ø Query by native query
Ø Query by OID (a unique key assigned by the datastore.)

NeoDatis is a GUI application that provides the object explores utility. As we know that NeoDatis is a GUI application, which can show you a number of views into the datastore. It can also rename or update data in the datastore, and create new instances in a datastore.

For software development, visit Rose India.

Leave a Reply

You must be logged in to post a comment.