| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1. update cloudSql to latest plugin and make the sample a bit cleaner. 2. add postgresql sample.
|
I'm going to merge, but I'd rather the init method threw all the things I catch. |
Sorry, something went wrong.
|
Well, I can't change init() to add the other types, so I'm going to keep this. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM, minor comments.
Sorry, something went wrong.
| log("connecting to: " + url); | ||
| try { | ||
| Class.forName("com.mysql.jdbc.Driver"); | ||
| conn = DriverManager.getConnection(url); |
There was a problem hiding this comment.
(optional/future) instead of DriverManager.getConnection,
connection pooling with commons-bcp : https://mvnrepository.com/artifact/org.apache.commons/commons-dbcp2
Sorry, something went wrong.
| @@ -0,0 +1,24 @@ | |||
| # Copyright 2016 Google Inc. | |||
There was a problem hiding this comment.
2017
Sorry, something went wrong.
| @@ -0,0 +1,127 @@ | |||
| /** | |||
| * Copyright 2016 Google Inc. | |||
There was a problem hiding this comment.
2017
Sorry, something went wrong.
* Tag fix * rerun conventional commit
* Tag fix * rerun conventional commit
| Back | FazBrowse Home | New Git URL |
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.