MyGit

v0.11.1

wasp-lang/wasp

版本发布时间: 2023-07-12 23:31:23

wasp-lang/wasp最新发布版本:v0.15.2(2024-11-20 03:53:43)

v0.11.1

🎉 [New feature] Prisma client preview flags

Wasp now allows you to enable desired previewFeatures for the Prisma client:

app MyApp {
  title: "My app",
  // ...
  db: {
    // ...
    prisma: {
      clientPreviewFeatures: ["extendedWhereUnique"]
    }
  }
}

Read all about Prisma preview features in the official docs.

相关地址:原始地址 下载(tar) 下载(zip)

1、 wasp-linux-x86_64.tar.gz 13.17MB

2、 wasp-macos-x86_64.tar.gz 5.9MB

查看:2023-07-12发行的版本