II.
Library JSON
Structured · livelibrary:alembic
Alembic json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:alembic",
"_kind": "Library",
"_file": "domain/libraries/libraries-python-server-tools.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Alembic",
"belongsToLanguageId": "language:python",
"category": "orm",
"description": "Lightweight database migration tool for SQLAlchemy that generates\nversioned migration scripts, supports auto-generation from model\nchanges, and handles branch merging for team workflows.\n"
},
"outgoingEdges": [
{
"from": "library:alembic",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "library:alembic",
"to": "skill-area:backend-data-persistence",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:alembic",
"to": "library:efcore-migrations",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:efcore-migrations",
"to": "library:alembic",
"kind": "alternative_to"
},
{
"from": "stack-profile:data-pipeline-orchestration",
"to": "library:alembic",
"kind": "composed_of"
}
]
}