edgexfoundry / app-functions-sdk-go

Owner: Applications WG
Apache License 2.0
43 stars 83 forks source link

Enhance Store and Forward to support PostgreSQL as persistence layer #1603

Closed lindseysimple closed 2 months ago

lindseysimple commented 2 months ago

🚀 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.

cloudxxx8 commented 2 months ago

resolved by #1605