Hi! Exposed already has a whole DSL to create DAOs. I don't use them and prefer not to go very far from SQL. And a lot of people don't. However, what I think might benefit all of us (both users of SQL DSL and DAO) is a cool DSL to write Migrations. I have been using
this wdater library of mine (dub-dater, database updater). There are some approaches I would do better now and I am glad to contribute this to exposed itself if you are willing to accept PRs on that regard (I've seen schema utils, but I am talking about full-fledged custom migrations).