II.
Library JSON
Structured · livelibrary:kysely
Kysely json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:kysely",
"_kind": "Library",
"_file": "domain/libraries/libraries-ts-orms-graphql.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Kysely",
"belongsToLanguageId": "language:typescript",
"category": "orm",
"description": "Type-safe SQL query builder for TypeScript with zero runtime overhead,\ndialect support for PostgreSQL, MySQL, and SQLite, and auto-generated\ndatabase type introspection via kysely-codegen.\n"
},
"outgoingEdges": [
{
"from": "library:kysely",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "library:kysely",
"to": "skill-area:backend-data-persistence",
"kind": "used_for"
},
{
"from": "library:kysely",
"to": "library:knex",
"kind": "alternative_to"
},
{
"from": "library:kysely",
"to": "library:drizzle-orm",
"kind": "alternative_to"
},
{
"from": "library:kysely",
"to": "library:prisma",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:objection",
"to": "library:kysely",
"kind": "alternative_to"
},
{
"from": "tool-server:postgres-mcp",
"to": "library:kysely",
"kind": "integrates_with",
"attributes": {}
}
]
}