Working on my little sveltekit database viewer thing.
Slowly slowly.
The fact that pagination of the data has been moved to sql is a bit annoying. I feel like there should be a way to page the data in universe.
In other news cursor pagination vs offset + limit pagination is something I didn't know about but thinking about it, it makes sense. It's also cool to see that cursor pagination is what a lot of sites use, such as reddit.