Storing User Data With SvelteKit & Prisma

Otterlord
JavaScript in Plain English
3 min readJan 5, 2023

--

This tutorial follows on from my previous tutorial on SvelteKit Authentication. If you haven’t read that yet, I recommend you do so before continuing.

Last time we looked at how to authenticate users with SvelteKit and AuthJS. This time we’ll look at how to store user data in a database, and how…

--

--