Comment db4o object database is new and more KISS (Score 1) 360
Some "new" databases exactly meet your requirements. db4o, the open source object database, native Java and .NET is:
- very lean and not complex at all (one line of code stores any object)
- scales extremely well
- is cross platform Java and .NET
- very performant (up to 44x faster than Hibernate+MySQL, for instance)
Chris
http://www.db4o.com/
- very lean and not complex at all (one line of code stores any object)
- scales extremely well
- is cross platform Java and
- very performant (up to 44x faster than Hibernate+MySQL, for instance)
Chris
http://www.db4o.com/