II.
Library JSON
Structured · livelibrary:ecto
Ecto json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:ecto",
"_kind": "Library",
"_file": "domain/libraries/libraries-elixir-ruby.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Ecto",
"belongsToLanguageId": "language:elixir",
"category": "orm",
"description": "Elixir database wrapper and query language — changesets, schemas,\nmigrations, and composable queries for PostgreSQL, MySQL, and SQLite.\nEmbraces explicit data validation over implicit magic.\n"
},
"outgoingEdges": [
{
"from": "library:ecto",
"to": "language:elixir",
"kind": "belongs_to_language"
},
{
"from": "library:ecto",
"to": "skill-area:backend-data-persistence",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:ecto",
"to": "library:sqlalchemy",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:room",
"to": "library:ecto",
"kind": "alternative_to"
},
{
"from": "stack-profile:elixir-phoenix-postgres",
"to": "library:ecto",
"kind": "composed_of"
}
]
}