I am wondering if there is any project similar to Marten Document DB Marten as Document DB | Marten in the Elixir stack.
Otherwise,
Do you think it would be helpful to have it?
I am wondering if there is any project similar to Marten Document DB Marten as Document DB | Marten in the Elixir stack.
Otherwise,
Do you think it would be helpful to have it?
You don’t need such a thing in elixir, this is not a strict static typed language. You can either directly insert a json into a jsonb field or use things like embedded_schemas, that enforce a structure, but still inserts a json.
Technically, both C# and Elixir are strictly evaluated but you’re right that one is statically typed and the other is dynamically typed.