pgec
pgec copied to clipboard
Feature idea: PostgreSQL API
I am very impressed by the idea behind this product.
How realistic is the idea of implementing a PostgreSQL API?
The PostgreSQL API should behave like a real PostgreSQL Server. Read operations are served from the in memory cache. Write operations are proxyed to the PostgreSQL server. Like the current REDIS API.
The biggest advantage of a PostgreSQL API would be the integration of PGEC without code changes for applications.