summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/shard.py
blob: 73e56310a64fc6a8a9a0924b74fb74400816f2de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# orm/shard.py
# Copyright (C) 2005-2012 the SQLAlchemy authors and contributors <see AUTHORS file>
#
# This module is part of SQLAlchemy and is released under
# the MIT License: http://www.opensource.org/licenses/mit-license.php

from sqlalchemy import util

util.warn_deprecated(
    "Horizontal sharding is now importable via "
    "'import sqlalchemy.ext.horizontal_shard"
)

from sqlalchemy.ext.horizontal_shard import *