more table exists APIs

Issue #234 resolved
Mike Bayer repo owner created an issue

Table should have an exists() function, as well as a "checkfirst" parameter that can be specified on create() and drop(), so people can create tables one at a time in addition to metadata.create/drop_all().

schema name support needs to be part of this too, this is blocked by #233.

Comments (2)

  1. Log in to comment