Skip to content

Commit f912589

Browse files
Bump versions, update docs
1 parent d5430cb commit f912589

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

docs-src/configuring.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ The only required property in the config object is `connection`.
2222

2323
This is the database connection object. It follows the [`client`](https://node-postgres.com/api/client) constructor in [pg](https://www.npmjs.com/package/pg). As you will typically want to run Kanel on your development machine, you probably want a simple localhost connection as in the example above.
2424

25+
The `connection` parameter can either be an object like shown above or a connection string. If the connection string starts with "file:" the specified path is opened using pglite. For example, when providing `file:my/pglite/db/folder`, the folder `'my/pglite/db/folder'` is opened using pglite.
26+
2527
## schemas
2628

2729
The `schemas` property can be an array of strings. This will be used as the list of schema names to include when generating types. If omitted, all the non-system schemas found in the database will be processed.

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/kanel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kanel",
3-
"version": "3.10.3",
3+
"version": "3.11.0",
44
"keywords": [
55
"postgresql",
66
"schema",

0 commit comments

Comments
 (0)