cpursley / walex

Postgres change events (CDC) in Elixir
MIT License
282 stars 14 forks source link

Type casting #3

Closed cpursley closed 9 months ago

cpursley commented 2 years ago

Convert directly to Elixir type from Postgres binary format (if possible) instead of from binary string:

https://github.com/cpursley/walex/blob/master/lib/walex/types.ex#L4

Also consider allow type casting to be configured by end user.