The idea is to add helper function that doesn't exist in Expr language for easier extraction and conversion of fields and values. Examples are: - [ ] parse address:port pairs that considers domain names and IP addresses - [ ] handle client/server message (using `postgres.HandleClientMessage` and other related functions) - [ ] parse SQL query - [ ] printing/logging functions For this we can look into similar projects.
The idea is to add helper function that doesn't exist in Expr language for easier extraction and conversion of fields and values. Examples are:
postgres.HandleClientMessageand other related functions)For this we can look into similar projects.