fernandobatels / rsfbclient

Rust Firebird Client
MIT License
76 stars 11 forks source link

Firebird events support #142

Closed fernandobatels closed 1 year ago

fernandobatels commented 1 year ago

Firebird events support added. Now the users can listen for posted events by triggers and others.

Only for native client. The wire protocol is too complex to implement now.

Basically now we have wait_for_event method directly on the connection struct and a more complex solution with listen_event method from RemoteEventManager.