add an explicit function for loading tables from database

Issue #376 resolved
Former user created an issue

I do not like the interface:

Table(table_name, autoload=True)

for loading a table.

I would like to have an explicit function like

load(table_name)

and a companion:

load_all()

to load all tables at once

Thanks Manlio Perillo

Comments (2)

  1. Mike Bayer repo owner

    there needs to be only one way to do things, alternate interfaces can be created in userland....

  2. Log in to comment