[sqlalchemy] user-defined simple fields in a multi-tenant flask app with ORM

2019-03-28 Thread Xavier Bustamante Talavera
Hello, Thanks in advance for the help. I am using the ORM with SQLAlchemy in a flask app that is multi-tenant (multi-client): I have several running Flask apps, one per client. Each flask app connects to a different Postgres schema. I use one declarative base for all clients, as they share

Re: [sqlalchemy] user-defined simple fields in a multi-tenant flask app with ORM

2019-03-29 Thread Xavier Bustamante Talavera
...@googlegroups.com>. > To post to this group, send email to sqlalchemy@googlegroups.com > <mailto:sqlalchemy@googlegroups.com>. > Visit this group at https://groups.google.com/group/sqlalchemy > <https://groups.google.com/group/sqlalchemy>. > For more options, visit

[sqlalchemy] Re: Documentation options

2019-03-29 Thread Xavier Bustamante Talavera
Hello Rich, I use Dash to read SQLAlchemy documentation, which is great to search through it and works offline (it downloads the whole docs). Xavier. El dijous, 21 març de 2019 21:20:33 UTC+1, Rich va escriure: > > Are there PDF versions of the docs available for