Add `meta.args` for command line argument access. Add command line argument support for shard number. Add shard count to config file. Add `meta.sharding` exposing shard properties. Add shard number to logging methods. Add shard number to data appid.
6 lines
329 B
Python
6 lines
329 B
Python
from .conditions import Condition, NOT, Constant, NULL, NOTNULL # noqa
|
|
from .connection import conn # noqa
|
|
from .formatters import UpdateValue, UpdateValueAdd # noqa
|
|
from .interfaces import Table, RowTable, Row, tables # noqa
|
|
from .queries import insert, insert_many, select_where, update_where, upsert, delete_where # noqa
|