Skip to content

Commit

Permalink
document BEAKERX_SQL_DEFAULT_JDBC envar #7538
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdraves committed Jun 25, 2018
1 parent f87b9b0 commit a33f7b2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/sql/Sql.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"Normally you would connect to an existing database by putting its JDBC configuration\n",
"in the `%defaultDatasource` magic. You can access more than one database from the same notebook with the `%datasources` magic.\n",
"\n",
"You can also set the default data source with the `BEAKERX_SQL_DEFAULT_JDBC` environment variable.\n",
"\n",
"For example, if you want to connect to a MySQL running locally then use\n",
"`jdbc:mysql://localhost/dbName`, where dbName would be replaced as appropriate.\n",
"\n",
Expand Down Expand Up @@ -150,6 +152,19 @@
"name": "SQL",
"nbconverter_exporter": "",
"version": ""
},
"toc": {
"base_numbering": 1,
"nav_menu": {},
"number_sections": false,
"sideBar": false,
"skip_h1_title": false,
"title_cell": "Table of Contents",
"title_sidebar": "Contents",
"toc_cell": false,
"toc_position": {},
"toc_section_display": false,
"toc_window_display": false
}
},
"nbformat": 4,
Expand Down

0 comments on commit a33f7b2

Please sign in to comment.