.NET project: unified wrapper for object databases.
- by Steve
I am considering doing a project which would provide unified API and tools (import/export, etc.) for object databases (e.g. Caché, Objectivity) for .NET.
It would provide:
schema generation from CLR classes,
generation of C# classes from given OODBMs schema,
API for deleting, creating and updating objects,
Linq provider,
API for calling object's…