Could somone explain why the Postgress App creates three different databases?
@Ashiqdammam13 күн бұрын
Error: ERROR: prepared statement "s2" does not exist , what is this error?
@q.u.e.r.t.y17 күн бұрын
2:39 which ZSH plugin (I assume) do you use for the auto-complete parameter suggestions?
@s-code-b25 күн бұрын
Why are there other ways to install if this most straightforward way is available?
@Yazan_Majdalawi26 күн бұрын
He's brave for giving a presentation while wearing only underwear
@vikrant390805028 күн бұрын
Hi iam new to this Prisma Accelerate concept ,i just concerned about is it safe to expose the db credentials to prisma cloud and then use it inside client projects because of security concerns
@AaronBingАй бұрын
A **cached** request for a single object took 162ms… Add an edge cold start, and it’s 600ms even when cached. No way.
@akaidi1270Ай бұрын
great work and really promising feature, looking up for future updates, however the project creation command doesn't seem to be working for me, am having an error with it, I posted it on the subreddit, i'd love to get a follow up on it.
@PrismaData29 күн бұрын
Hey what subreddit? Also what is the command you are using? It should be working fine. Let me know!
@akaidi127026 күн бұрын
@@PrismaData hey, thanks for following up, it's the r/PrismaORM subreddit, and yes, the command works just fine, I had to clear npm cache, I edited the post there to correct it, but didn't follow up here, apologies.
@vikasmeshram5061Ай бұрын
does it broadcast the data. I tried to implement but it's not broadcasting to other users at realtime is there a solution without using websockets.
@vaibhav13346Ай бұрын
so you are basically competing with planetscale.
@marcuss.abildskov7175Ай бұрын
not the same at all. they're competing with neon
@paski702Ай бұрын
😍
@eliuddynАй бұрын
Amazing 🔥🔥
@PrismaDataАй бұрын
<3
@AbouAniaАй бұрын
I just wish prisms is easy to use as supabase
@PrismaDataАй бұрын
What could we do better?
@AbouAniaАй бұрын
@ you can ask any member of your team to make a full study about supabase. It’s way easier than anything else in the market
@AvihuTurzionАй бұрын
Can’t believe we got Prisma Postgres before GTA 6
@PrismaDataАй бұрын
ah crap here we go again
@marcuss.abildskov7175Ай бұрын
Been waiting for a better Neon
@PrismaDataАй бұрын
we love neon! choose whats best for you!
@marcuss.abildskov7175Ай бұрын
@@PrismaData neon aka "fake" serverless
@eddiejaoudeАй бұрын
Great work! I will check it out
@PrismaDataАй бұрын
Thanks!
@PrismaDataАй бұрын
What will you build with Prisma Postgres? Get Started: console.prisma.io Technical Release Blog: pris.ly/ppg-early-access
@designerjehovah4453Ай бұрын
Been wanting to try out Pulse...this just sets me up for it real nice
@ahmadullahnikzad2850Ай бұрын
but i get this error PrismaClientValidationError: Invalid client engine type, please use `library` or `binary`
@gerkim62Ай бұрын
'omit' does not exist in type 'Subset<PrismaClientOptions, PrismaClientOptions>' "@prisma/client": "^5.19.1",
@purplewave146Ай бұрын
thanks a ton!
@HajarNashiАй бұрын
how did you reload the terminal tap? is closing than opening the tap works ?
@deleted-u5gАй бұрын
I tried doing this (pseudo code) essentially referring to Account collection in two different properties of Transaction: model Account { id ObjectId } model Transaction { id ObjectId from Account to Account amount Float } and it simply didn't work, I tried everything and it's absurd that there was no solution to this simple thing!
@expeng58612 ай бұрын
my brain already stackoverflow.
@expeng58612 ай бұрын
greate man
@rdil2 ай бұрын
It's a cool feature, but ideally I want Prisma as a development time only feature. I'd much rather if I could write type safe SQL and have Prisma generate the types, but not restrain me to then use those queries with Prisma's slow, bulky query engine.
@Mr_MicDaniel2 ай бұрын
I have an issue using Prisma Optimize on Nestjs, I set everything as directed but I don't see the queries I run so I can understand the queries better, can you create a short on how to setup on Nestjs maybe I'm missing something
@drakeion58192 ай бұрын
I think it's pretty sad how humans are asking Al for help on how to be better humans something a AI can never hope to be or come closer to understanding .
@rujor2 ай бұрын
After KZbins horrific price increase, many people are talking about leaving the platform. Please share if your content is available somewhere else--otherwise, I'm going to miss the channel very much ❤️!
@482658682 ай бұрын
I did not even think it was possible to overcomplicate this basic feature. Yet you actually overcomplicated what should be simple...
@482658682 ай бұрын
waw Prisma support raw SQL in a basic typesafe wrapper? So innovative... Glad it only took 10 years to figure out that it is a bad idea to abstract industri standart SQL.
@inam69832 ай бұрын
Thats something new. So is this like Spring’s repositories. Except unlike JPA (or JBDC, can’t remember), you type the SQL yourself?
@kasper3692 ай бұрын
Or you can use Drizzle ORM
@최지원-o9o2 ай бұрын
In order to use the features shown in the video, the database must be connected at the time of building the Prisma client. This is extremely inconvenient. I hope this will be improved soon so that the client can be built using only the Prisma schema information without the dependency on an actual database connection.
@emad-dev2 ай бұрын
usePrismaClient not working in frontend !
@dacam292 ай бұрын
VAR Noooooooo!
@PrismaData2 ай бұрын
Get started using Prisma Optimize for free: console.prisma.io/optmize
@gerardosalasm62132 ай бұрын
thanks a lot,,,, pgbouncer=true it was the answer 😊
@taggerung_3 ай бұрын
now show us your middleware
@taggerung_3 ай бұрын
downvoted
@shafiqrezal28553 ай бұрын
Thats so cool. but im still figuring out how to apply to my nextjs project :(
@ahmadhaider97133 ай бұрын
Excellent
@yassine-sa3 ай бұрын
Interesting feature honestly, but last time I checked prisma wasn’t the best option for serverless, when is that gonna change?
@Saru-Dono3 ай бұрын
It would be really cool if you could also define them directly in TS code. For example, if you export a string starting with `sqlPrisma` it gets picked up by the Prisma generator and is able to be used(ideally only within the context of the file)
@Saru-Dono3 ай бұрын
This actually makes me want to go back to Prisma. Looks very impressive, I'm curious about it's limitations. The production quality could be better tho
@maazahmedpoke3 ай бұрын
would have been better if we had the option to specify omitted field directly in the schema deceleration
@notrab3 ай бұрын
Great video @marc-hess!
@aghileslounis3 ай бұрын
Excellent, it reminds me of "sqlx" in Go. Does Prisma wrapps the RAW sql query in an additional thing, or does it run as it is? What about transactions, can we write them in RAW sql and expect to work correctly?
@andyheld31363 ай бұрын
I didnt try the feature yet, but in case of transaction you are on the safe side to use the prisma transactuon client.$transaction(async(txClient)=>{txClient.queryRawTyped(q1); txClient.queryRawTyped(q2);})