Persistence Without RDBMS

Hi,
I need to use a document DB /KeyValue DB as my database. I must not use any RDBMS.
Is it a mandatory to use an RDBMS? Is there any way that I provide my custom implementation for my repositories?

Thanks in advance.

Hi,

it is possoble, but has some limitations. It depends on what you want to also used. Do you rely on on the security features and or the filter component?

I’ve done an implementation on dynamo db some time ago:

Perhaps this helps.

Bye
Mario