Kumar McMillan <[EMAIL PROTECTED]> writes: > fromDatabase is great for starting out but now I need to turn my > 91-table db into objects; the thought of it gives me carpal tunnel. > Am I crazy? (Don't answer that.) Anyone know where this command is?
How would you choose what 91 tables? My PostgreSQL has some schemas (which schemas would you process?), system tables, etc. I believe that what you read is "fromDatabase". But you can always write a list with table names and a template and then some code to loop through the template creating the necessary structure for you. With some DB module you can even retrieve table names from your database instead of typing it. -- Jorge Godoy <[EMAIL PROTECTED]>

