Recently came across model generators like SQLBoiler which generates models based on the database schema. The approach is the exact opposite of code first ORMs which are more prevalent in the market. If anyone has used it, would you please share your experience and any advantages/disadvantages of it over the traditional method.