@fett/sql-translator 0.0.3 → 0.0.4
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.
- package/package.json +2 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fett/sql-translator",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "SQL 兼容层:以 SQL 为统一查询语言的数据库兼容层(MySQL 5/8 / PostgreSQL / SQLite / MongoDB),支持 Node ≥ 22.5 与 Bun,内置连接池、任务队列(多线程)、结构检出",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "chrissong1994 <18557511748@163.com>",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"node": ">=22.5.0",
|
|
24
24
|
"bun": ">=1.1.0"
|
|
25
25
|
},
|
|
26
|
-
"
|
|
26
|
+
"dependencies": {
|
|
27
27
|
"@synatic/noql": ">=5",
|
|
28
28
|
"knex": ">=3",
|
|
29
29
|
"mongodb": ">=6",
|
|
@@ -31,26 +31,6 @@
|
|
|
31
31
|
"node-sql-parser": ">=5",
|
|
32
32
|
"pg": ">=8"
|
|
33
33
|
},
|
|
34
|
-
"peerDependenciesMeta": {
|
|
35
|
-
"@synatic/noql": {
|
|
36
|
-
"optional": true
|
|
37
|
-
},
|
|
38
|
-
"knex": {
|
|
39
|
-
"optional": true
|
|
40
|
-
},
|
|
41
|
-
"mongodb": {
|
|
42
|
-
"optional": true
|
|
43
|
-
},
|
|
44
|
-
"mysql2": {
|
|
45
|
-
"optional": true
|
|
46
|
-
},
|
|
47
|
-
"node-sql-parser": {
|
|
48
|
-
"optional": true
|
|
49
|
-
},
|
|
50
|
-
"pg": {
|
|
51
|
-
"optional": true
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
34
|
"devDependencies": {
|
|
55
35
|
"@types/node": "^24.0.0",
|
|
56
36
|
"bson": "7.3.2",
|