MainTobias

Results 5 comments of MainTobias

``` err = db.QuerySingle(ctx, ` INSERT Restaurant { owner := (Select User filter .id = $0), managers := (Select User filter .id = $1), name := $2, description := $3...

Thank you maybe there is a way to include that in the docs? I believe it might be helpful for new users.

Project structure as-is: https://drive.google.com/file/d/1yXaRCI_Yoz5xdRwUDLBst1ggPAbKnSEm/view?usp=sharing

Just noticed that @databaaz created a similar pr. Leaving this open nonetheless

I've got the same problem on the latest kali-rolling(2023.3) running in wsl2. I've tried compiling from the latest release and from the git master branch. Everything seams to work until...