which part of it. you can just try running it to start. when you want to use a certain schema, you'd say:

session = Session()
with session_schema(session, 'myschema'):
    # do things with session


that's pretty much it. "session_schema" is basically what "session_shardid" is in the recipe.





On 6/7/15 6:33 AM, eli rashlin wrote:
Hi Michael,

can you help me with the recipe I'm confuce on how to use it (I'm sorry but I'm probably still a newbie)
--
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+unsubscr...@googlegroups.com <mailto:sqlalchemy+unsubscr...@googlegroups.com>. To post to this group, send email to sqlalchemy@googlegroups.com <mailto:sqlalchemy@googlegroups.com>.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

--
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+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to