A PlanetScale library compatible with all Apple platforms, Swift Cloud and Fastly Compute@Edge
let client = PlanetScaleClient(username: "...", password: "...")
let rows = try await client.execute("select * from customers limit 10").json()
Planetscale library compatible with Swift Cloud & Fastly Compute@Edge
SwiftMIT
A PlanetScale library compatible with all Apple platforms, Swift Cloud and Fastly Compute@Edge
let client = PlanetScaleClient(username: "...", password: "...")
let rows = try await client.execute("select * from customers limit 10").json()