neo4j-driver-javascript-skill

仓库创建 2026年1月20日最近提交 1 天前SkillHot 收录 21 天前
▸ 精选理由

兼顾 Node 与浏览器场景,包含类型与序列化提示

这个 Skill 做什么

提供 Neo4j JavaScript/TypeScript 驱动 v6 在 Node/浏览器的用法

在 Node 或浏览器里用 Neo4j JavaScript/TypeScript 驱动 v6 连库、跑查询和管事务,覆盖 driver 生命周期、session.run、executeRead/executeWrite、Integer 处理和 TypeScript 类型等常见场景。适合写 JS/TS 后端或前端和 Neo4j 交互时用,处理异步、JSON 序列化与错误处理。特别在于提供受管理的事务模式和针对 Node/浏览器差异的连接实践。

开发编程Neo4jJavaScriptTypeScript驱动通用
98
Stars
35
Forks
29
仓库内 Skill
+7
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/neo4j-contrib/neo4j-skills/main/neo4j-driver-javascript-skill/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/neo4j-contrib/neo4j-skills/main/neo4j-driver-javascript-skill/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
---
name: neo4j-driver-javascript-skill
description: Neo4j JavaScript/TypeScript Driver v6 — driver lifecycle, executeQuery,
  managed transactions (executeRead/executeWrite), session.run, Integer handling, JSON
  serialization, record access, async/await patterns, TypeScript types, error handling,
  and connection setup for Node.js and browser. Use when writing JS/TS code that connects
  to Neo4j: neo4j.driver(), executeQuery, executeRead, executeWrite, session.run,
  neo4j.int, record.get, Integer, BookmarkManager, bolt://, neo4j+s://.
  Does NOT handle Cypher query authoring — use neo4j-cypher-skill.
  Does NOT cover driver version migration — use neo4j-migration-skill.
compatibility: neo
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有