cunybpl / aiodal

async data access layer and related tools for sqlalchemy core
0 stars 0 forks source link

added multiple schema handling capbilities to reflect #29

Closed tinnaing347 closed 7 months ago

tinnaing347 commented 7 months ago

closes

tinnaing347 commented 7 months ago

@bsnacks000 mypy is failing for now...if we use a list of schema instead of iterable, it may be easier to take care of mypy screaming at us.

tinnaing347 commented 7 months ago

@bsnacks000 NOTE: db.reflect will reflects for

In any case, reflect will reflects for schema=None; maybe twice in the case with metadata = sa,Metadata(schema="myschema"); not quite sure..