MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / Base

Class Base

examples/sharding/asyncio.py:59–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58# mappings and tables
59class Base(DeclarativeBase):
60 pass
61
62
63# we need a way to create identifiers which are unique across all databases.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected