A sample repository to show how SvelteKit and Prisma work together.
The sveltekit-prisma is a default SvelteKit app that utilizes Prisma to persist todo items in a local SQLite database. It provides an easy-to-use and efficient solution for managing todo items within a SvelteKit application.
To install the sveltekit-prisma theme, please follow these steps:
git clone https://github.com/<username>/sveltekit-prisma.git
cd sveltekit-prisma
npm install
npx prisma migrate dev --preview-feature
npm run dev
http://localhost:5000
to access the app.The sveltekit-prisma theme is a powerful and easy-to-use solution for managing todo items in a SvelteKit application. With its seamless integration with SvelteKit and Prisma, users can efficiently store and retrieve todo items from a local SQLite database. By following the installation guide, users can quickly set up and start using this theme to build their own todo applications with SvelteKit.