-
Notifications
You must be signed in to change notification settings - Fork 209
Closed
Description
Is there any way to turn off the automatic serialization and have the driver behave like the older legacy driver as far as read and writing documents is concerned, IE just provide a serialization to and from array objects.
this is to avoid
- The insertion of type annotations into the on disk format
- The need to inherit data classes from the driver type hierarchy. (makes building storage adapters that target multiple storage systems near impossible).
I get that there is a need to be able provide support for extending functionality of the driver. But this attempt to convert the driver into an ORM is a step too far. I dont want class factories in my database driver, if i want them I will provide my own. Or I will use an ORM layer that suits my needs.
Metadata
Metadata
Assignees
Labels
No labels