Skip to content
#

prisma

Here are 818 public repositories matching this topic...

prisma
jasonkuhrt
jasonkuhrt commented Feb 6, 2021

I am intentionally making this issue specific but I assume it could be expanded to include much more of the API.

Problem

I do not have the entire Prisma Client API perfectly (let alone roughly) committed to memory.

When I go to use it to query for many results the operations tell me nothing about what and why they will do. I only have types to work with.

I don't want to open my br

blitz
cashmagnet
cashmagnet commented May 3, 2021

What is the problem?

API requests for blitz, from either await direct function calls inside useEffects or useQuery calls are not being created with consideration for the trailingSlash config.

What are detailed steps to reproduce this?

  1. create new blitz application
  2. update blitz.config.js as below
const { sessionMiddleware, simpleRolesIsAuthorized } = require("blitz")
Martinsos
Martinsos commented Apr 20, 2021

SQLite shouldn't be used in production, so when user runs wasp build but has SQLite set as db system (either because he defined no db system and SQLite is default or because they explicitly chose SQLite), wasp throws an error.

To make this happen just run wasp build in a newly created app.

Message right now is somewhat hard to understand -> we should make it clearer! User should understa

Improve this page

Add a description, image, and links to the prisma topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the prisma topic, visit your repo's landing page and select "manage topics."

Learn more