You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cloud-sql): update samples to show TCP and Unix Socket connection methods (#1836)
* added separate TCP/Unix Socket methods in mysql sample
* run proxy with TCP in build script
* replace stubbed mysql test with e2e test
* added TCP and unix socket instructions to README
* added methods for TCP/unix socket connection in Postgres and updated tests
* rename CONNECTION_NAME to INSTANCE_CONNECTION_NAME
* update postgres README with TCP/Unix socket connection instructions
* update createTable.js to work with TCP connections
Co-authored-by: Kurtis Van Gent <[email protected]>
Co-authored-by: F. Hinkelmann <[email protected]>
Co-authored-by: Kurtis Van Gent <[email protected]>
Copy file name to clipboardExpand all lines: cloud-sql/postgres/knex/README.md
+71-9
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ and password that you specify for the default 'postgres' user.
14
14
3. Create a database for your application by following these [instructions](https://cloud.google.com/sql/docs/postgres/create-manage-databases). Note the database name.
15
15
16
16
4. Create a service account with the 'Cloud SQL Client' permissions by following these
0 commit comments