Hacker News new | ask | show | jobs
by shujutech 2879 days ago
* Database abstraction, we need database that maps to real world objects more naturally. Just look at existing relational schema, we end up with tons of cryptic table names etc. Please check http://shujutech.mywire.org/corporation?goto=ormj
1 comments

Umm, that lead to a maze of twisty javascript heavy glossy marketing hype, all the same....

Any actual documentation and code examples of what it is?

I couldn't get anything from the marketing speak as to what stORMi actually was...

In the space of data modelling, my bet has long been on http://www.orm.net/

Ok, I haven't put up more information on StORMi since was busy building up the product. StORMi is the only full fledge ORM capable of mapping all OO concept including inheritance, instance member, array of instance member, abstract inheritance, polymorphism.

Any java classes with these OO concepts will be translated to relational table with is fully normalize relationship underneath the Java codes abstracted by StORMi from the developers. It'll handle all the CRUD intricacies due to it's OO nature. A working product for these is already done and the final objective is to shift the ORM layer into the database in the future.

Also am working on productizing StORMi so others can work/use it too. But need to find time.... :)