Are there any ways to properly use prisma client i...
# orm-help
t
Are there any ways to properly use prisma client in multytenancy mode? E.g. overriding database connector in runutime? Currently I generate multiple clients for this and switch between them, but this is obviously memory-hungry way. Inspecting the generated client code but can't see how db parameters are even provided to query engine
j
could you use middleware to help?
t
@Jaye hmmmm... how?