-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump release version in docs (#441)
- Loading branch information
1 parent
d7b2b09
commit 63d3d22
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
![Build Status](https://img.shields.io/github/workflow/status/denodrivers/postgres/ci?label=Build&logo=github&style=flat-square) | ||
[![Discord server](https://img.shields.io/discord/768918486575480863?color=blue&label=Ask%20for%20help%20here&logo=discord&style=flat-square)](https://discord.gg/HEdTCvZUSf) | ||
[![Manual](https://img.shields.io/github/v/release/denodrivers/postgres?color=orange&label=Manual&logo=deno&style=flat-square)](https://deno-postgres.com) | ||
[![Documentation](https://img.shields.io/github/v/release/denodrivers/postgres?color=yellow&label=Documentation&logo=deno&style=flat-square)](https://doc.deno.land/https/deno.land/x/[email protected].0/mod.ts) | ||
[![Documentation](https://img.shields.io/github/v/release/denodrivers/postgres?color=yellow&label=Documentation&logo=deno&style=flat-square)](https://doc.deno.land/https/deno.land/x/[email protected].1/mod.ts) | ||
[![License](https://img.shields.io/github/license/denodrivers/postgres?color=yellowgreen&label=License&style=flat-square)](LICENSE) | ||
|
||
A lightweight PostgreSQL driver for Deno focused on user experience | ||
|
@@ -16,7 +16,7 @@ A lightweight PostgreSQL driver for Deno focused on user experience | |
|
||
```ts | ||
// deno run --allow-net --allow-read mod.ts | ||
import { Client } from "https://deno.land/x/[email protected].0/mod.ts"; | ||
import { Client } from "https://deno.land/x/[email protected].1/mod.ts"; | ||
|
||
const client = new Client({ | ||
user: "user", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,15 @@ | |
![Build Status](https://img.shields.io/github/workflow/status/denodrivers/postgres/ci?label=Build&logo=github&style=flat-square) | ||
[![Discord server](https://img.shields.io/discord/768918486575480863?color=blue&label=Ask%20for%20help%20here&logo=discord&style=flat-square)](https://discord.gg/HEdTCvZUSf) | ||
![Manual](https://img.shields.io/github/v/release/denodrivers/postgres?color=orange&label=Manual&logo=deno&style=flat-square) | ||
[![Documentation](https://img.shields.io/github/v/release/denodrivers/postgres?color=yellow&label=Documentation&logo=deno&style=flat-square)](https://doc.deno.land/https/deno.land/x/[email protected].0/mod.ts) | ||
[![Documentation](https://img.shields.io/github/v/release/denodrivers/postgres?color=yellow&label=Documentation&logo=deno&style=flat-square)](https://doc.deno.land/https/deno.land/x/[email protected].1/mod.ts) | ||
![License](https://img.shields.io/github/license/denodrivers/postgres?color=yellowgreen&label=License&style=flat-square) | ||
|
||
`deno-postgres` is a lightweight PostgreSQL driver for Deno focused on user | ||
experience. It provides abstractions for most common operations such as typed | ||
queries, prepared statements, connection pools and transactions. | ||
|
||
```ts | ||
import { Client } from "https://deno.land/x/[email protected].0/mod.ts"; | ||
import { Client } from "https://deno.land/x/[email protected].1/mod.ts"; | ||
|
||
const client = new Client({ | ||
user: "user", | ||
|
@@ -38,7 +38,7 @@ All `deno-postgres` clients provide the following options to authenticate and | |
manage your connections | ||
|
||
```ts | ||
import { Client } from "https://deno.land/x/[email protected].0/mod.ts"; | ||
import { Client } from "https://deno.land/x/[email protected].1/mod.ts"; | ||
|
||
let config; | ||
|
||
|
63d3d22
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No typecheck tests failure
This error was most likely caused by incorrect type stripping from the SWC crate
Please report the following failure to https://github.com/denoland/deno with a reproduction of the current commit
Failure log
63d3d22
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No typecheck tests failure
This error was most likely caused by incorrect type stripping from the SWC crate
Please report the following failure to https://github.com/denoland/deno with a reproduction of the current commit
Failure log