X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/a058598f1ee11c60f9718d0ec677df1424be79c3..cb1976ef371904b45d7961212cd87595a9486284:/floof/model/meta.py diff --git a/floof/model/meta.py b/floof/model/meta.py index 3b3b1c5..1a20aa7 100644 --- a/floof/model/meta.py +++ b/floof/model/meta.py @@ -10,5 +10,6 @@ engine = None # SQLAlchemy session manager. Updated by model.init_model() Session = scoped_session(sessionmaker()) +# Global metadata. If you have multiple databases with overlapping table +# names, you'll need a metadata for each database metadata = MetaData() -