Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba authored Nov 26, 2022
1 parent 4068d54 commit e24b127
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Planetscale

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 e24b127

Please sign in to comment.