Earmak's AST feature helps modifying markdown cleanly Call for Talks – FOSDEM 2020 – BEAM Devroom

PgMoney - the library I wish I had not - released

I migrate my customer’s ERP data using Elixir. The database involved uses PostgreSQL’s money data type which is not natively supported by Postgrex.

This is a library which should not exist, but the data type is out there and needs some interfacing. It emits some basic telemetry events to be able to keep track of rouding losses like laid out in Mathias Verraes‘ superb article Emergent Contexts through Refinement in DDD - The First 15 Years.

This is my first contribution to the elixir community, after getting hooked using Elixir 13 weeks ago and I strongly welcome feedback.

You find the sources on GitHub and documentation on hex.pm.

It was a joy writing this library.

Cheerio