hartenfeller.dev
Home Blog Links

Search Blog Posts

SvelteKit (5) SQLite (5) Web-Development (5)
2023 (5)

Posts with tag: sqlite

Creating an Offline-Ready SvelteKit Application Using SQLite (Part 2): Messaging and Client Tables

In this series, we develop an offline-capable SvelteKit application utilizing SQLite as a client-side storage solution. In this part, we optimize the communication between the main thread and the Web Worker and create the client data tables.

April 20, 2023

Creating an Offline-Ready SvelteKit Application Using SQLite (Part 1): Setting up the Database

In this series, we develop an offline-capable SvelteKit application utilizing SQLite as a client-side storage solution. In this part, we explore how to set up the database effectively.

April 9, 2023

SvelteKit with SQLite: Uploading, Storing and Retrieving Images

In this post, we will learn how to upload, store and retrieve images in a SvelteKit application with SQLite.

March 3, 2023

DIY Authentication and Authorization in SvelteKit 1 with SQLite

In this post, we look into how we can build our own Authentication and Authorization solution for SvelteKit. We will store and hash user credentials, create sessions with Cookies, and make the session info available to the app through hooks and locals.

February 8, 2023

SvelteKit 1 with SQLite: Displaying, Changing and Searching Data

SvelteKit and SQLite are a great combo as they are both lightweight and easy to use, making it simple to build high-performance, data-driven web applications.

January 30, 2023
© 2025 Philipp Hartenfeller
Imprint
This website does not use cookies
Privacy Policy
Contact