This feature request is for all app services which leverage the app function SDK and uses the Store and Forward feature.
Description [REQUIRED]
As PostgreSQL will become an available database type option in addition to RedisDB, enhance Store and Forward to support PostgreSQL to and implement the StoreClient interface related methods.
Describe the solution you'd like
New Postgres database schemas and tables will be needed for Store and Forward in order to support using Postgres as the available database type, and the related DB methods will be implemented as well.
🚀 Feature Request
Relevant Package [REQUIRED]
This feature request is for all app services which leverage the app function SDK and uses the Store and Forward feature.
Description [REQUIRED]
As PostgreSQL will become an available database type option in addition to RedisDB, enhance Store and Forward to support PostgreSQL to and implement the
StoreClient
interface related methods.Describe the solution you'd like
New Postgres database schemas and tables will be needed for Store and Forward in order to support using Postgres as the available database type, and the related DB methods will be implemented as well.