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.
- package/README.md +3 -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
|
|