@nsyan/db 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +9 -2
package/package.json CHANGED
@@ -1,16 +1,19 @@
1
1
  {
2
2
  "name": "@nsyan/db",
3
- "version": "1.2.0",
4
- "description": "AI 接入数据库扩展 —— 六大家族方言架构,支持 PostgreSQL/MySQL/Oracle/达梦/Redis/Elasticsearch/MongoDB/Neo4j/Hive/Spark 十种数据库,提供查询/表结构/扫描建连/连接清单工具给 LLM",
3
+ "version": "1.2.1",
4
+ "description": "AI 数据库接入扩展 for pi —— 达梦(DM)/PostgreSQL/MySQL/Oracle/Redis/Elasticsearch/MongoDB/Neo4j/Hive/Spark 十种数据库,六大家族方言,提供查询/表结构/扫描建连/连接清单 LLM 工具 | Database access extension for the pi coding agent: query, schema browsing, connection scanning and audit tools for PostgreSQL, MySQL, Oracle, DM (Dameng 达梦), Redis, Elasticsearch, MongoDB, Neo4j, Hive and Spark",
5
5
  "keywords": [
6
6
  "pi-extension",
7
7
  "pi-package",
8
8
  "database",
9
+ "sql",
10
+ "llm",
9
11
  "postgresql",
10
12
  "mysql",
11
13
  "oracle",
12
14
  "dameng",
13
15
  "dm",
16
+ "达梦",
14
17
  "redis",
15
18
  "elasticsearch",
16
19
  "mongodb",
@@ -21,6 +24,10 @@
21
24
  "hive",
22
25
  "spark"
23
26
  ],
27
+ "repository": {
28
+ "type": "git",
29
+ "url": "git+https://github.com/nsyan/pi-plugins.git"
30
+ },
24
31
  "license": "MIT",
25
32
  "main": "index.ts",
26
33
  "pi": {