Dylan Moore
Dylan Moore
> Tried all of the solutions above but unfortunately it looks like Partytown isn't fit for production use especially for high traffic sites that require analytics and ad scripts. one...
+1 from me CTE takes 6 mins, materialised is almost instant. Any idea on how I can do this for the time being?
> +1 from me CTE takes 6 mins, materialised is almost instant. > > Any idea on how I can do this for the time being? ```ts const q =...
Not working on v5 beta 20 for me
> Personally I just use nextjs native sitemap feature nowadays since this library is not maintained anymore. Next sitemap doesn't allow for sitemap index generation and I've had problems creating...
> @dymoo How to use your sitemap code? > Put it in a route handler and return the response.
Any ETA on adding this to postgres? EDIT: my pg implementation https://github.com/drizzle-team/drizzle-orm/issues/456#issuecomment-2466655794 @christophemarois's postgres impmlementation https://github.com/drizzle-team/drizzle-orm/issues/456#issuecomment-2299294351
Been hacking away all day with pg-cursor trying to get the column mapping working when I figured why not just use drizzle and cursor pagination... I got to this point,...
pg alternative to @christophemarois 's code, also works with aliased columns and returns rows rather than chunks of rows. I have not tested it heavily, but for the time being...
> Does the newly added bun-sql driver for PostgreSQL support this? It would be great to use iterators with PostgreSQL. I've been using https://github.com/drizzle-team/drizzle-orm/issues/456#issuecomment-2466655794 in prod for months now with...