Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bombillazo committed Feb 18, 2024
1 parent 7fb5edf commit e765a5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,15 +155,15 @@ This situation will stabilize as `std` and `deno-postgres` approach version 1.0.

## Breaking changes

Although the `deno-driver` is pretty stable and robust, it is a WIP and we're
Although `deno-postgres` is pretty stable and robust, it is a WIP, and we're
still exploring the design. Expect some breaking changes as we reach version 1.0
and enhance the feature set. PLease check the Releases for more info on breaking
and enhance the feature set. Please check the Releases for more info on breaking
changes. Please reach out if there are any undocumented breaking changes.

## Found issues?

Please file an issue with any problems with the driver in this repository's
issue section. If you would like to help, please look at the issues as well. You
Please [file an issue](https://github.com/denodrivers/postgres/issues/new/choose) with any problems with the driver in this repository's
issue section. If you would like to help, please look at the [issues](https://github.com/denodrivers/postgres/issues) as well. You
can pick up one of them and try to implement it.

## Contributing guidelines
Expand Down
12 changes: 5 additions & 7 deletions debug.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
/**
* Controls debugging behavior {@default false}
*
* - `true` : all debug options are enabled
* - `false` : all debug options are disabled
* - DebugOptions:
* - `query` : Log queries
* - `notices` : Log notices
* Controls debugging behavior. If set to `true`, all debug options are enabled.
* If set to `false`, all debug options are disabled. Can also be an object with
* specific debug options to enable.
*
* {@default false}
*/
export type DebugControls = DebugOptions | boolean;

Expand Down

0 comments on commit e765a5a

Please sign in to comment.