Thank you for taking the time to read through my proposal and for the thoughtful feedback.
Your point about iteration speed and keeping this as a standalone library makes a lot of sense, especially in terms of avoiding unnecessary pressure on the Ecto core surface area.
Just to add context: I’m currently extending the prototype beyond PostgreSQL as well. I’m already working on support for other SQL backends, and I’m also experimenting with Oracle integration. The current repository is very much an MVP focused on proving the core idea of database-first scaffolding rather than a production-stable integration.
I appreciate your guidance — it helps clarify the direction I should take (especially keeping it modular and outside core Ecto for now).
Thanks again for the time and insight.