diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-12-18 23:53:40 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-12-18 23:53:40 +0000 |
| commit | ba0267a955d40efb09de06ce226fbab63994aa78 (patch) | |
| tree | b2a24709e6b3c474949e0ee50b2755c24cc49e56 /lib/sqlalchemy/orm/shard.py | |
| parent | 1dc4546aa95d3adfff910430afe922bf137bf595 (diff) | |
| download | sqlalchemy-ba0267a955d40efb09de06ce226fbab63994aa78.tar.gz | |
introductory docstring bonanza
Diffstat (limited to 'lib/sqlalchemy/orm/shard.py')
| -rw-r--r-- | lib/sqlalchemy/orm/shard.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/sqlalchemy/orm/shard.py b/lib/sqlalchemy/orm/shard.py index 5036bc115..7cf4eb2cc 100644 --- a/lib/sqlalchemy/orm/shard.py +++ b/lib/sqlalchemy/orm/shard.py @@ -1,3 +1,10 @@ +"""Defines a rudimental 'horizontal sharding' system which allows a +Session to distribute queries and persistence operations across multiple +databases. + +For a usage example, see the example ``examples/sharding/attribute_shard.py``. + +""" from sqlalchemy.orm.session import Session from sqlalchemy.orm.query import Query from sqlalchemy import exceptions, util |
