II.
Library JSON
Structured · livelibrary:dapper
Dapper json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:dapper",
"_kind": "Library",
"_file": "domain/libraries/libraries-dotnet.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Dapper",
"belongsToLanguageId": "language:csharp",
"category": "orm",
"description": "Lightweight micro-ORM for .NET that extends IDbConnection with convenient\nextension methods for parameterized SQL queries, multi-mapping, multi-result,\nand stored procedure execution with near-raw-ADO.NET performance.\n"
},
"outgoingEdges": [
{
"from": "library:dapper",
"to": "language:csharp",
"kind": "belongs_to_language"
},
{
"from": "library:dapper",
"to": "skill-area:backend-data-persistence",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:entity-framework",
"to": "library:dapper",
"kind": "alternative_to"
}
]
}