graphjin 3.18.25 → 3.18.27
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 or source tree and AI assistants can query it instantly. Auto-discovers your schema, understands relationships, indexes code with tree-sitter, and compiles to optimized SQL. No configuration required.
|
|
11
11
|
|
|
12
|
-
Works with PostgreSQL, MySQL, MongoDB, SQLite, Oracle, MSSQL, Snowflake, S3/GCS/files, CodeSQL source indexes - and models from Claude/GPT-4 to local 7B models.
|
|
12
|
+
Works with PostgreSQL, MySQL, MongoDB, SQLite, Oracle, MSSQL, Snowflake, BigQuery, S3/GCS/files, CodeSQL source indexes - and models from Claude/GPT-4 to local 7B models.
|
|
13
13
|
|
|
14
14
|
## Installation
|
|
15
15
|
|
|
@@ -659,9 +659,10 @@ Real conversations showing how an AI assistant uses GraphJin MCP tools to help y
|
|
|
659
659
|
| SQLite | Yes | Yes | Yes | FTS5 | SpatiaLite |
|
|
660
660
|
| MongoDB | Yes | Yes | Yes | Yes | Yes |
|
|
661
661
|
| Snowflake | Yes | Yes | No | No | No |
|
|
662
|
+
| BigQuery | Yes (experimental) | No | No | No | No |
|
|
662
663
|
| CockroachDB | Yes | Yes | Yes | Yes | No |
|
|
663
664
|
|
|
664
|
-
Also works with AWS Aurora/RDS, Google Cloud SQL, and YugabyteDB. Snowflake supports key pair (JWT) authentication.
|
|
665
|
+
Also works with AWS Aurora/RDS, Google Cloud SQL, and YugabyteDB. Snowflake supports key pair (JWT) authentication. BigQuery support is experimental and query-focused.
|
|
665
666
|
|
|
666
667
|
## Production Security
|
|
667
668
|
|