c410-f3r / wtx

A collection of different transport implementations and related tools focused primarily on web technologies.
https://c410-f3r.github.io/wtx
Apache License 2.0
191 stars 6 forks source link

[Database] Rearrange internal machinery to accommodate NoSQL databases #256

Open c410-f3r opened 1 week ago

c410-f3r commented 1 week ago

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.