i have 2 slq servers with many databases on each one. I've searched the documentation of PetaPoco but i can't find how to auto generate class files for each of the tables/databases on the servers.
Exist such a feature o i will have to go with custom solution?
In any case i only need a basic model of the DBs capable to start working... The overall schema is very big to do it manually.
thanks in advance.