Skip to content

Commit 598e90c

Browse files
committed
chore: update docs
1 parent aa07716 commit 598e90c

File tree

6 files changed

+36
-10
lines changed

6 files changed

+36
-10
lines changed

docs/.config/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ github: "unjs/db0"
77
url: "https://db0.unjs.io"
88
automd: true
99
themeColor: "orange"
10-
# landing:
11-
# contributors: true
10+
landing:
11+
contributors: true
1212
# heroLinks:
1313
# stackblitz:
1414
# icon: "i-heroicons-play"

docs/2.connectors/bun.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
icon: simple-icons:bun
3+
---
4+
5+
# Bun SQlite
6+
7+
:read-more{to="https://bun.sh/docs/api/sqlite"}
8+
9+
::read-more{to="https://github.com/unjs/db0/issues/32"}
10+
This connector is planned to be supported. Follow up via [unjs/db0#32](https://github.com/unjs/db0/issues/32).
11+
::
12+

docs/2.connectors/neon.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
icon: cbi:neon
3+
---
4+
5+
# NEON
6+
7+
:read-more{to="https://neon.tech/"}
8+
9+
::read-more{to="https://github.com/unjs/db0/issues/32"}
10+
This connector is planned to be supported. Follow up via [unjs/db0#32](https://github.com/unjs/db0/issues/32).
11+
::
12+

docs/2.connectors/planetscale.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ icon: simple-icons:planetscale
88
99
:read-more{to="https://planetscale.com"}
1010

11-
> [!WARNING]
12-
> 🚀 This connector will be supported soon! Follow up via [unjs/db0#4](https://github.com/unjs/db0/issues/4).
13-
11+
::read-more{to="https://github.com/unjs/db0/issues/32"}
12+
This connector is planned to be supported. Follow up via [unjs/db0#32](https://github.com/unjs/db0/issues/32).
13+
::

docs/2.connectors/turso.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ icon: simple-icons:turso
88
99
:read-more{to="https://turso.tech"}
1010

11-
> [!WARNING]
12-
> 🚀 This connector will be supported soon! Follow up via [unjs/db0#11](https://github.com/unjs/db0/issues/11).
11+
::read-more{to="https://github.com/unjs/db0/issues/32"}
12+
This connector is planned to be supported. Follow up via [unjs/db0#32](https://github.com/unjs/db0/issues/32).
13+
::

docs/2.connectors/vercel.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ Connect to [Vercel Postgres](https://vercel.com/docs/storage/vercel-postgres) da
88

99
:read-more{to="https://vercel.com/docs/storage/vercel-postgres"}
1010

11-
> [!WARNING]
12-
> 🚀 This connector will be supported soon! Follow up via [unjs/db0#3](https://github.com/unjs/db0/issues/3). In the meantime you can directly use [PostgreSQL connector](/connectors/postgresql).
11+
::read-more{to="https://github.com/unjs/db0/issues/32"}
12+
A dedicated `vercel` connector is planned to be supported. Follow up via [unjs/db0#32](https://github.com/unjs/db0/issues/32).
13+
::
1314

1415
## Usage
1516

16-
Use [`postgress`](/connectors/postgresql) connector.
17+
Use [`postgress`](/connectors/postgresql) connector:
1718

1819
```js
1920
import { createDatabase, sql } from "db0";

0 commit comments

Comments
 (0)