@malloydata/malloy
Advanced tools
Comparing version 0.0.9-dev221118183053 to 0.0.9-dev221123175817
{ | ||
"name": "@malloydata/malloy", | ||
"version": "0.0.9-dev221118183053", | ||
"version": "0.0.9-dev221123175817", | ||
"license": "GPL-2.0", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"homepage": "https://github.com/looker-open-source/malloy#readme", | ||
"homepage": "https://github.com/malloydata/malloy#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/looker-open-source/malloy" | ||
"url": "https://github.com/malloydata/malloy" | ||
}, | ||
@@ -12,0 +12,0 @@ "scripts": { |
@@ -32,10 +32,10 @@ # Malloy | ||
- [DuckDB](https://github.com/looker-open-source/malloy/tree/main/packages/malloy-db-duckdb) | ||
- [BigQuery](https://github.com/looker-open-source/malloy/tree/main/packages/malloy-db-bigquery) | ||
- [Postgres](https://github.com/looker-open-source/malloy/tree/main/packages/malloy-db-postgres) | ||
- [DuckDB](https://github.com/malloydata/malloy/tree/main/packages/malloy-db-duckdb) | ||
- [BigQuery](https://github.com/malloydata/malloy/tree/main/packages/malloy-db-bigquery) | ||
- [Postgres](https://github.com/malloydata/malloy/tree/main/packages/malloy-db-postgres) | ||
## Do you have any examples? | ||
You can find a (very) simple example of writing a CLI for executing Malloy queries [here](https://github.com/looker-open-source/malloy/tree/main/demo/malloy-demo-bq-cli) | ||
You can find a (very) simple example of writing a CLI for executing Malloy queries [here](https://github.com/malloydata/malloy/tree/main/demo/malloy-demo-bq-cli) | ||
A more realistic and complex use case - we use these libraries to power our VSCode Extension. Some examples can be found [here](https://github.com/looker-open-source/malloy/tree/main/vscode-extension/src/extension/commands) | ||
A more realistic and complex use case - we use these libraries to power our VSCode Extension. Some examples can be found [here](https://github.com/malloydata/malloy/tree/main/vscode-extension/src/extension/commands) |
1555441