An open API service indexing awesome lists of open source software.

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

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()
```