PlanetScale

一个与所有 Apple 平台、Swift Cloud 和 Fastly Compute@Edge 兼容的 PlanetScale 库。

用法

let client = PlanetScaleClient(username: "...", password: "...")

let rows = try await client.execute("select * from customers limit 10").json()