PostgreSQL is the only supported database and that is basically the reason why the traits are highly coupled to traditional RDBMS operations.
To also accommodate NoSQL databases it is necessary to first create an implementation (Redis? Memcached?) and then modify the internal structures to share as many definitions as possible.
PostgreSQL is the only supported database and that is basically the reason why the traits are highly coupled to traditional RDBMS operations.
To also accommodate NoSQL databases it is necessary to first create an implementation (Redis? Memcached?) and then modify the internal structures to share as many definitions as possible.