I've tried to use stORM to micro-sync with an external system which manages unique / primary keys. I've had to workaround this, by managing an stORM ID field and the external system's ID field. Would it be possible to include support for ID fields which do no auto generate, rather leave it to the implementation.
Also, support for enhanced Annotations like Unique, Nullable, Index would enhance stORM to work with more enterprise like requirements
I've tried to use stORM to micro-sync with an external system which manages unique / primary keys. I've had to workaround this, by managing an stORM ID field and the external system's ID field. Would it be possible to include support for ID fields which do no auto generate, rather leave it to the implementation.
Also, support for enhanced Annotations like Unique, Nullable, Index would enhance stORM to work with more enterprise like requirements