Sébastien Chopin

Results 970 comments of Sébastien Chopin

I have not tried yet, adding the enhancement label and will take a look once available.

To give an update, with the [v0.7.5](https://github.com/nuxt-hub/core/releases/tag/v0.7.5) you can now use the [postgres](https://www.npmjs.com/package/postgres) package: ```ts // server/api/products.get.ts import postgres from 'postgres' export default eventHandler(async (event) => { const sql =...

Postgres & Hyperdrive recipe is live: https://hub.nuxt.com/docs/recipes/postgres

Thank you for opening and reminding us about it 😄 The opened PR for unstorage has been merged on https://github.com/unjs/unstorage/pull/423 We are now waiting for the stable release to upgrade...

It's live with the [v0.7.10](https://github.com/nuxt-hub/core/releases/tag/v0.7.10)!

> Consumers could be defined similar to other Nitro events in server/queues/consumer-example.ts. Would probs be like Nitro's event object syntax so that details to configure it can be done alongside...

I am not sure that Pages support queues but I know it's planned. I try to avoid having to create two outputs and 2 deployments for one project.

Should it be something that we document instead?

I love this idea and I have been talking also to @threepointone and I know he is working on something new for it. I think we could have directly a...