Anthony2be
Anthony2be
DDeno
Created by Anthony2be on 1/7/2024 in #help
Prisma error when trying to push/migrate db
12 replies
DDeno
Created by Anthony2be on 1/7/2024 in #help
Prisma error when trying to push/migrate db
K
12 replies
DDeno
Created by Anthony2be on 1/7/2024 in #help
Prisma error when trying to push/migrate db
Or is there a specific other place I should make it
12 replies
DDeno
Created by Anthony2be on 1/7/2024 in #help
Prisma error when trying to push/migrate db
Should I just make an issue on the deno GitHub containing the error?
12 replies
DDeno
Created by Anthony2be on 1/7/2024 in #help
Prisma error when trying to push/migrate db
I’ll try to do so when I get back home
12 replies
DDeno
Created by Anthony2be on 1/7/2024 in #help
Prisma error when trying to push/migrate db
i cant seem to find any solutions online
12 replies
DDeno
Created by Anthony2be on 1/7/2024 in #help
Prisma error when trying to push/migrate db
this is my schema
// This is your Prisma schema file,
// learn more about it in the docs: https://pris.ly/d/prisma-schema

generator client {
provider = "prisma-client-js"
previewFeatures = ["deno"]
output = "../generated/client"
}

datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}

model User {
id Int @id @default(autoincrement())
email String @unique
name String?
}
// This is your Prisma schema file,
// learn more about it in the docs: https://pris.ly/d/prisma-schema

generator client {
provider = "prisma-client-js"
previewFeatures = ["deno"]
output = "../generated/client"
}

datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}

model User {
id Int @id @default(autoincrement())
email String @unique
name String?
}
12 replies
DDeno
Created by Anthony2be on 1/7/2024 in #help
Prisma error when trying to push/migrate db
all ive done is just install prisma in a fresh project and try to use it
12 replies
DDeno
Created by Anthony2be on 11/12/2022 in #help
how to ssr preact (without fresh)
because its not really useful in my situation
8 replies
DDeno
Created by Anthony2be on 11/12/2022 in #help
how to ssr preact (without fresh)
and i specifically said without fresh
8 replies
DDeno
Created by Anthony2be on 11/12/2022 in #help
how to ssr preact (without fresh)
sorry, hes just keeps on saying that i should use fresh when ive already made it clear that i will not
8 replies
DDeno
Created by Anthony2be on 11/12/2022 in #help
how to ssr preact (without fresh)
bro ive already fucking told you that fresh wont fucking help me
8 replies
DDeno
Created by Anthony2be on 10/23/2022 in #help
How to test if a file was created?
do i just plop this in my test file or what?
5 replies