https://github.com/taig/cloud-sql-proxy
A Scala wrapper around the cloud-sql-proxy executable to connect to Google Cloud SQL instances
https://github.com/taig/cloud-sql-proxy
Last synced: 5 months ago
JSON representation
A Scala wrapper around the cloud-sql-proxy executable to connect to Google Cloud SQL instances
- Host: GitHub
- URL: https://github.com/taig/cloud-sql-proxy
- Owner: taig
- License: mit
- Archived: true
- Created: 2023-01-06T00:12:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T09:09:43.000Z (almost 3 years ago)
- Last Synced: 2025-04-19T14:09:01.814Z (about 1 year ago)
- Language: Scala
- Homepage:
- Size: 21.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# cloud-sql-proxy

> A Scala wrapper around the cloud-sql-proxy executable to connect to Google Cloud SQL instances
# DEPRECATED
See https://github.com/typelevel/skunk/issues/928 as a preferred solution
## Motivation
An easy way to connect a Skunk application from Google Cloud Run to Google Cloud SQL.
## Installation
```sbt
libraryDependencies ++=
"io.taig" % "cloud-sql-proxy-core" % "x.y.z" ::
Nil
```