gmwill934

Results 15 comments of gmwill934

Any update on this? I can help if pointed in the right direction! ```ts const { doesSessionExist, isLoading } = useSessionContext(); ```

getting same error, following the [docs](https://storybook.js.org/docs/react/writing-tests/test-runner), it says zero config, but do we need extra config?

For sure @janpio 1. Clone the repo @ `https://github.com/gmwill934/prisma-simple` and `cd` to new created folder 2. Install dependencies with `npm i` 3. Initialize prisma with `npx prisma init` 4. Change...

@Jolg42 It’s working! I still need the id though, but I’ll manage with this for now! Any plans on fully supporting this?

@janpio For postgresql, instead of doing a select after an insert, what about the following? `insert into table (column_one) values ('value') returning *;`