Hello,
I am experiencing a similar problem.
I am doing a project which will have multiple versions of the same
sqlite database. Each database file will have the same exact
structure, but will be populated with different data.
I want to be able to reload a different version of the database on the
fly according to user input. Is this currently possible in TG2?
Thanks,
Dzhelil
On Jun 1, 11:09 am, Mike Driscoll <
kyoso...@gmail.com> wrote:
> Dax,
>
> On May 25, 3:44 am, Dakila <
dak...@gmail.com> wrote:
>
>
>
> > Hi All,
>
> > Does anyone have a sample simple quickstarted application that have
> > multipledatabaseconnection? How do you put together the bits and
> > pieces of information [1,2] regarding multipledatabaseconnection.
> > And how to use them in __init__.py of in the model, once you create a
> > second MetaData (metadata2)
>
> > # If you have multiple databases with overlapping table names, you'll
> > need a
> > # metadata for eachdatabase. Feel free to rename 'metadata2'.