Robert Bergkvist

Results 6 comments of 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: ![bild](https://user-images.githubusercontent.com/24291430/177198914-6e292cc0-14ef-4c03-85a6-bb45e4b8d175.png) to this: ![bild](https://user-images.githubusercontent.com/24291430/177198971-f47c1ca2-09ce-42f7-b8f2-efa07284a0c6.png) 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...