hgourvest / node-firebird

Pure javascript and asynchronous Firebird client for Node.js.
Mozilla Public License 2.0
258 stars 130 forks source link

feat: Register events and handle event changes #344

Open arthurbolsoni opened 2 months ago

arthurbolsoni commented 2 months ago

This commit adds a new event for now when events are registered.

It also includes tests for event registration and receiving events. The changes ensure that events are properly registered and that event counts are updated correctly.