Drizzle-SvelteKit Integration for Sqlite
In this post I’ll go over how to install Drizzle for sqlite on a SvelteKit project. This post is based on blog by sveltekit.io namely, Drizzle and SvelteKit Integration - The Ultimate Stack I’ve read through it and found that there are some parts which are not applicable for 2024. Also, the database they use is Postgresql which I feel is overkill for the majority of usecases. For this tutorial, I’ll be using Drizzle, with Turso integration. Turso is based on libSQL, which is a fork of SQLite. I.e. we’ll be using Drizzle with SQLite database. ...