Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas committed Jul 8, 2022
1 parent 931e833 commit 3d94f54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A [Trino](https://trino.io) client for [Node.js](https://nodejs.org/).

[![@latest](https://img.shields.io/npm/v/trino-client.svg)](https://www.npmjs.com/package/trino-client)

## Features

- Connections over HTTP or HTTPS
Expand Down Expand Up @@ -34,6 +36,6 @@ const data = await queryIter.fold<QueryData[]>([], (row, acc) => [
]);
```

More usage [examples](./tests/it/client.spec.ts) can be found in the [integration tests](./tests/it/client.spec.ts).
More usage [examples](https://github.com/regadas/trino-js-client/blob/main/tests/it/client.spec.ts) can be found in the [integration tests](https://github.com/regadas/trino-js-client/blob/main/tests/it/client.spec.ts).

Filipe Regadas (regadas) 2022

0 comments on commit 3d94f54

Please sign in to comment.