Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrton authored Dec 14, 2023
1 parent 1c02bdf commit 104b07c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# PlanetScale Serverless Driver for JavaScript
![PlanetScale serverless driver for JavaScript](https://github.com/planetscale/database-js/assets/440926/cafa3dec-49e8-4176-b12e-1bea50dcf814)

# PlanetScale serverless driver for JavaScript

A Fetch API-compatible PlanetScale database driver for serverless and edge compute platforms that require HTTP external connections, such as Cloudflare Workers or Vercel Edge Functions

## Installation

```
```sh
npm install @planetscale/database
```

Expand Down Expand Up @@ -224,11 +226,15 @@ const arrays = conn.execute(query, [1], { as: 'array' })

## Development

```
```sh
npm install
npm test
```

## Need help?

Get help from [the PlanetScale support team](https://support.planetscale.com/), or [join our community on Discord](https://discord.gg/EqrcEf2dGv) or [GitHub discussion board](https://github.com/planetscale/discussion/discussions) to see how others are using PlanetScale.

## License

Distributed under the Apache 2.0 license. See LICENSE for details.

0 comments on commit 104b07c

Please sign in to comment.