McObject has released version 3.0 of its open source embedded database targeted at Java and .NET developers. As any other embedded database, Perst has no administration costs, but unlike other embedded databases, Perst stores the objects directly as Java or C# objects. That eliminates the need for conversions between internal representation of objects and Java/C# representations.
McObject boasts with a very small database engine core of about 5,000 lines, and the run-time needs between 30K and 300K of memory depending on access pattern. Perst works under Java SE, EE, and ME, and also under .NET including .NET Compact Framework. Other features are:
- Garbage collection
- Detection of hanging references
- Automatic schema evolution
- XML import/export utilities
- Master-slave replication support
- An SQL subset to filter elements of any collection
- Integration with AspectJ and JAssist AOP tools
Perst 3.0 offers full text search, compressed objects under Java, and LINQ support under .NET. Besides Perst, McObject has a commercial version of the embedded database called eXtremeDB.