graphjin 3.14.3 → 3.14.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.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
  Point GraphJin at any database and AI assistants can query it instantly. Auto-discovers your schema, understands relationships, compiles to optimized SQL. No configuration required.
11
11
 
12
- Works with PostgreSQL, MySQL, MongoDB, SQLite, Oracle, MSSQL - and models from Claude/GPT-4 to local 7B models.
12
+ Works with PostgreSQL, MySQL, MongoDB, SQLite, Oracle, MSSQL, Snowflake - and models from Claude/GPT-4 to local 7B models.
13
13
 
14
14
  ## Installation
15
15
 
@@ -373,9 +373,10 @@ Real conversations showing how an AI assistant uses GraphJin MCP tools to help y
373
373
  | Oracle | Yes | Yes | Yes | No | Yes |
374
374
  | SQLite | Yes | Yes | Yes | FTS5 | SpatiaLite |
375
375
  | MongoDB | Yes | Yes | Yes | Yes | Yes |
376
+ | Snowflake | Yes | Yes | No | No | No |
376
377
  | CockroachDB | Yes | Yes | Yes | Yes | No |
377
378
 
378
- Also works with AWS Aurora/RDS, Google Cloud SQL, and YugabyteDB.
379
+ Also works with AWS Aurora/RDS, Google Cloud SQL, and YugabyteDB. Snowflake supports key pair (JWT) authentication.
379
380
 
380
381
  ## Production Security
381
382
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphjin",
3
- "version": "3.14.3",
3
+ "version": "3.14.4",
4
4
  "description": "GraphJin CLI - Build APIs in 5 minutes with GraphQL",
5
5
  "bin": {
6
6
  "graphjin": "bin/graphjin.js"