[whatwg] SQL API + access to tables

Brady Eidson beidson at apple.com
Fri Oct 19 18:13:41 PDT 2007


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



More information about the whatwg mailing list