Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ Example
Class
Example
examples/versioned_rows/versioned_rows.py:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
58
59
class
Example(Versioned, Base):
60
__tablename__ =
"example"
61
id = Column(Integer, primary_key=True)
62
data = Column(String)
63
64
65
Base.metadata.create_all(engine)
Callers
1
versioned_rows.py
File · 0.70
Calls
1
Column
Class · 0.90
Tested by
no test coverage detected