hyperledger-labs / fabric-smart-client

The Fabric Smart Client is a new Fabric Client that lets you focus on the business processes and simplifies the development of Fabric-based distributed application.
Apache License 2.0
53 stars 50 forks source link

Notifiers #570

Closed alexandrosfilios closed 1 month ago

alexandrosfilios commented 1 month ago

This PR introduces the notifiers that allow us to listen for any row insert/update/delete in the DB. The new functionality is in the two files notifier.go. The rest is moving files to allow for deduplication of logic between the Postgres and the sqlite implementation.