Table new_stringkey_table(string name) Table new_hashkey_table(string name)
Creates a new table in the database. A stringkey table is a mapping from string to string, and a hashkey table is mapping from int to string.