Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 26, 2024
1 parent aa07716 commit 598e90c
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/.config/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ github: "unjs/db0"
url: "https://db0.unjs.io"
automd: true
themeColor: "orange"
# landing:
# contributors: true
landing:
contributors: true
# heroLinks:
# stackblitz:
# icon: "i-heroicons-play"
Expand Down
12 changes: 12 additions & 0 deletions docs/2.connectors/bun.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
icon: simple-icons:bun
---

# Bun SQlite

:read-more{to="https://bun.sh/docs/api/sqlite"}

::read-more{to="https://github.com/unjs/db0/issues/32"}
This connector is planned to be supported. Follow up via [unjs/db0#32](https://github.com/unjs/db0/issues/32).
::

12 changes: 12 additions & 0 deletions docs/2.connectors/neon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
icon: cbi:neon
---

# NEON

:read-more{to="https://neon.tech/"}

::read-more{to="https://github.com/unjs/db0/issues/32"}
This connector is planned to be supported. Follow up via [unjs/db0#32](https://github.com/unjs/db0/issues/32).
::

6 changes: 3 additions & 3 deletions docs/2.connectors/planetscale.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ icon: simple-icons:planetscale
:read-more{to="https://planetscale.com"}

> [!WARNING]
> 🚀 This connector will be supported soon! Follow up via [unjs/db0#4](https://github.com/unjs/db0/issues/4).
::read-more{to="https://github.com/unjs/db0/issues/32"}
This connector is planned to be supported. Follow up via [unjs/db0#32](https://github.com/unjs/db0/issues/32).
::
5 changes: 3 additions & 2 deletions docs/2.connectors/turso.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ icon: simple-icons:turso
:read-more{to="https://turso.tech"}

> [!WARNING]
> 🚀 This connector will be supported soon! Follow up via [unjs/db0#11](https://github.com/unjs/db0/issues/11).
::read-more{to="https://github.com/unjs/db0/issues/32"}
This connector is planned to be supported. Follow up via [unjs/db0#32](https://github.com/unjs/db0/issues/32).
::
7 changes: 4 additions & 3 deletions docs/2.connectors/vercel.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ Connect to [Vercel Postgres](https://vercel.com/docs/storage/vercel-postgres) da

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

> [!WARNING]
> 🚀 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).
::read-more{to="https://github.com/unjs/db0/issues/32"}
A dedicated `vercel` connector is planned to be supported. Follow up via [unjs/db0#32](https://github.com/unjs/db0/issues/32).
::

## Usage

Use [`postgress`](/connectors/postgresql) connector.
Use [`postgress`](/connectors/postgresql) connector:

```js
import { createDatabase, sql } from "db0";
Expand Down

0 comments on commit 598e90c

Please sign in to comment.