Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dot-agent/nextpy
/ AlembicThing
Class
AlembicThing
tests/test_model.py:88–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
87
# initial table
88
class
AlembicThing(Model, table=True):
# type: ignore
89
t1: str
90
91
with
Model.get_db_engine().connect()
as
connection:
92
Model.alembic_autogenerate(connection=connection, message=
"Initial Revision"
)
Callers
1
test_automigration
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_automigration
Function · 0.68