File tree Expand file tree Collapse file tree 6 files changed +36
-10
lines changed Expand file tree Collapse file tree 6 files changed +36
-10
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ github: "unjs/db0"
7
7
url : " https://db0.unjs.io"
8
8
automd : true
9
9
themeColor : " orange"
10
- # landing:
11
- # contributors: true
10
+ landing :
11
+ contributors : true
12
12
# heroLinks:
13
13
# stackblitz:
14
14
# icon: "i-heroicons-play"
Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ icon: simple-icons:planetscale
8
8
9
9
: read-more { to =" https://planetscale.com " }
10
10
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
+ ::
Original file line number Diff line number Diff line change @@ -8,5 +8,6 @@ icon: simple-icons:turso
8
8
9
9
: read-more { to =" https://turso.tech " }
10
10
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
+ ::
Original file line number Diff line number Diff line change @@ -8,12 +8,13 @@ Connect to [Vercel Postgres](https://vercel.com/docs/storage/vercel-postgres) da
8
8
9
9
: read-more { to =" https://vercel.com/docs/storage/vercel-postgres " }
10
10
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
+ ::
13
14
14
15
## Usage
15
16
16
- Use [ ` postgress ` ] ( /connectors/postgresql ) connector.
17
+ Use [ ` postgress ` ] ( /connectors/postgresql ) connector:
17
18
18
19
``` js
19
20
import { createDatabase , sql } from " db0" ;
You can’t perform that action at this time.
0 commit comments