Gitigi Muraya
Gitigi Muraya
> I was able to work around this in a much simpler way via the following: > > ``` > class FooSchema(Schema): > class Meta: > type_ = 'foo' >...
Hi @giautm I wanted a single instance of my backend application to be able to serve multiple tenants (customers). I could have achieved this by maintaining a map of connection...
Yes that will work. Maybe I am overthink this but creating a new connection per request might be a bit taxing. I can't remember properly if it was pg_pool or...