github_ecto
github_ecto copied to clipboard
Question: Is wrapping an HTTP API with Ecto still reasonable?
Hello 👋 , This isn't an issue or even about this project, but it's related.
Found this project while looking for information on managing external systems with Ecto. I understand this project is probably not being updated, but you mentioned in your README:
There're already existing wrappers for GitHub API and, honestly, it may or may not be such a good idea to wrap it with Ecto
I'm curious if you learned anything more about that. I'm working on something that is largely just a Docker controller and I'm wondering about wrapping it in an ecto adapter. It feels like it might be a bad idea, but it'd solve a number of problems.