Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed Nov 27, 2022
2 parents 273da7f + e24b127 commit 8e4327d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Planetscale

A description of this package.
A [Planetscale](https://planetscale.com) library compatible with 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()
```

0 comments on commit 8e4327d

Please sign in to comment.