You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An alternative to the Prisma Data Platform is to use the [`create-db`](https://www.npmjs.com/package/create-db) package. This package will generate a quick temporary Prisma Postgres database for you to use.
35
+
36
+
```bash
37
+
npx create-db@latest
38
+
```
39
+
40
+
:::
41
+
32
42
With this connection string, you can now create a Hyperdrive database configuration.
0 commit comments