Base = declarative_base()
engine = create_engine('mysql://sentio_reader:ther...@sentiodb.cloudapp.net/sentio')
#engine = create_engine('mysql://erogol:ern88GOL!@sentioerogol.cloudapp.net/sentio_data')
# engine.echo = True
metadata = MetaData(bind=engine)
metadata.reflect(bind=engine)
create_all_tables()
session = create_session(bind=engine)
--
You received this message because you are subscribed to the Google Groups "sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sqlalchemy+...@googlegroups.com.
To post to this group, send email to sqlal...@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.