Skip to content

Commit 5e6a7e8

Browse files
authored
Merge pull request #17 from evidence-dev/readme-fix
fix readme images
2 parents 81c074c + 7a4ca00 commit 5e6a7e8

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.0.6
4+
- Fix Readme images
5+
36
## 0.0.5
47
- View stored procedures, UDFs and table functions in the explorer
58
- Fix describeTable command
@@ -18,6 +21,5 @@
1821
- Adds GCloud CLI and OAuth Access Token as options for authentication
1922
- Cleans up Connection UI
2023

21-
2224
## 0.0.1
2325
- Initial release

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,26 @@
1010

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

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

15-
![Connect DB](https://github.com/evidence-dev/sqltools-bigquery-driver/blob/master/docs/images/connect-db.gif)
15+
![Connect DB](https://github.com/evidence-dev/sqltools-bigquery-driver/blob/master/docs/images/connect-db.gif?raw=true)
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
2222
- View stored procedures and functions in the sidebar
23-
- Completion for common keywords (e.g. SELECT, FROM, WHERE)
23+
- Completion of common keywords (e.g. SELECT, FROM, WHERE)
2424

2525

2626
### Running a query
2727

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

3030
### Exploring datasets, tables and columns
3131

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

3434
### Not Implemented
3535

docs/images/evidence.png

-217 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sqltools-bigquery-driver",
33
"displayName": "BigQuery Driver for SQLTools",
44
"description": "Run Queries and Explore your BigQuery Database in VSCode",
5-
"version": "0.0.5",
5+
"version": "0.0.6",
66
"engines": {
77
"vscode": "^1.42.0"
88
},

0 commit comments

Comments
 (0)