Robert Bergkvist
Robert Bergkvist
I'm coming from a frontend perspective where I want to download as little data as possible. Ffor instance, in my pet project that I'm porting from express/nodejs I've got 900+...
Don't know if this still is requested, but just got to playing around with prisma go (after prisma ts), and got it to work somehow: ``` var folder db.MediaFolderModel query...
Actually forked it to https://github.com/fragdance1/prisma-client-go in order to implement just that (and not mess anything up), and now I can call it like: `episodes, err := global.DB.Episode.FindMany(db.Episode.ShowID.Equals(id)). Select([]string{"name", "id", "episodeNumber",...
@steebchen Just tried to push to a new branch feat/prisma-select-statement, but got access denied. Anyways, the code in my branch turns this:  to this:  When using the code:...
Hi, sorry about the delay, got sidetracked at work. Problem is that I pushed a lot of changes, so no single 'Select'-branch. Think the easiest is for you to make...
It's mostly a convenience thing (not having to iterate over the created genres to extract id in the app). In the back it does indeed add the genre ids in...