Skip to content

Commit 5c3e83b

Browse files
authored
Merge pull request #16 from evidence-dev/stored-procedures
Routines, describeTable fix, explorer icons
2 parents a5ea94f + 81c074c commit 5c3e83b

File tree

10 files changed

+1295
-2144
lines changed

10 files changed

+1295
-2144
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.DS_Store
22
node_modules/
33
out/
4+
*.vsix

.vscodeignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ src/**
77
**/.eslintrc.json
88
**/*.map
99
**/*.ts
10+
docs/images/**
11+
node_modules/**

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.0.5
4+
- View stored procedures, UDFs and table functions in the explorer
5+
- Fix describeTable command
6+
- Add icons for data types in the explorer
7+
- Smaller extension size (10MB -> 150KB)
8+
39
## 0.0.4
410
- Adds support for data in non-US regions
511

README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,32 @@
44

55

66

7-
# SQLTools for BigQuery
7+
# <img src="https://github.com/evidence-dev/sqltools-bigquery-driver/blob/master/icons/default.png?raw=true" style="height:1em;"/> SQLTools for BigQuery
88

99
## Query and explore BigQuery from VSCode
1010

1111
A VSCode extension that extends [SQLTools](https://marketplace.visualstudio.com/items?itemName=mtxr.sqltools), with a driver for Google BigQuery.
1212

1313
This driver is maintained by [Evidence](https://evidence.dev): an open source BI tool to publish reports with SQL and Markdown.
1414

15-
![Connect DB](docs/images/connect-db.gif)
15+
![Connect DB](https://github.com/evidence-dev/sqltools-bigquery-driver/blob/master/docs/images/connect-db.gif)
1616

1717
## Features
1818

1919
- Run queries on BiqQuery
2020
- Explore datasets, tables and columns in the sidebar
2121
- View table results by selecting them in the sidebar
22+
- View stored procedures and functions in the sidebar
2223
- Completion for common keywords (e.g. SELECT, FROM, WHERE)
2324

2425

2526
### Running a query
2627

27-
![Run Query](docs/images/run-query.gif)
28+
![Run Query](https://github.com/evidence-dev/sqltools-bigquery-driver/blob/master/docs/images/run-query.gif)
2829

2930
### Exploring datasets, tables and columns
3031

31-
![Explore DB](docs/images/db-explorer.gif)
32+
![Explore DB](https://github.com/evidence-dev/sqltools-bigquery-driver/blob/master/docs/images/db-explorer.gif)
3233

3334
### Not Implemented
3435

@@ -47,11 +48,5 @@ For more details on the above connection methods see [connection guides](https:/
4748
- Add BigQuery-specific keywords
4849
- IntelliSense for table and column completion
4950

50-
## Maintained by [<img src="docs/images/evidence.png" style="height:1em;"/>](https://www.evidence.dev)
51-
52-
Evidence is an open-source publishing tool for modern data teams, allowing you to build polished data products with just SQL and markdown.
53-
- Star us on [GitHub](https://github.com/evidence-dev/evidence)
54-
- Read our [Docs](https://docs.evidence.dev)
55-
- Join us on [Slack](https://join.slack.com/t/evidencedev/shared_invite/zt-uda6wp6a-hP6Qyz0LUOddwpXW5qG03Q)
56-
51+
### Maintained by [<img src="https://github.com/evidence-dev/sqltools-bigquery-driver/blob/master/docs/images/evidence.png?raw=true" style="height:1em;"/>](https://www.evidence.dev)
5752

File renamed without changes.

0 commit comments

Comments
 (0)