https://github.com/swift-cloud/planetscale
Planetscale library compatible with Swift Cloud & Fastly Compute@Edge
https://github.com/swift-cloud/planetscale
Last synced: 8 months ago
JSON representation
Planetscale library compatible with Swift Cloud & Fastly Compute@Edge
- Host: GitHub
- URL: https://github.com/swift-cloud/planetscale
- Owner: swift-cloud
- License: mit
- Created: 2022-11-26T21:57:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T21:41:04.000Z (over 3 years ago)
- Last Synced: 2025-10-21T10:52:23.357Z (8 months ago)
- Language: Swift
- Size: 22.5 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PlanetScale
A [PlanetScale](https://planetscale.com) library compatible with all Apple platforms, Swift Cloud and Fastly Compute@Edge
## Usage
```swift
let client = PlanetScaleClient(username: "...", password: "...")
let rows = try await client.execute("select * from customers limit 10").json()
```