[whatwg] SQL API + access to tables

There is no standard way in SQL that I know of to get the list of  
tables in a database.

In SQLite you can enumerate tables out of sqlite_master, but that  
should not be encouraged.

What are people's thoughts about adding this to the API?

~Brady

Received on Friday, 19 October 2007 18:13:41 UTC