i am sharing a DB with a python app that uses sqla...
# orm-help
s
i am sharing a DB with a python app that uses sqlalchemy. Any tips on having my prisma client ignore tables managed by that external app? every migration is stumped by the existence of this single table. Would be awesome to have it be ignored, if possible.