SQLite Bun

This tutorial series walks you through interacting with an SQLite database using Bun.

Section 1. Getting Started

In this section, you’ll start by connecting to an SQLite database from a Bun app and learn how to create new tables.

Section 2. Performing Database Operations

This section shows you how to insert, query, update, and delete data from an SQLite database from a Bun app.

Section 3. Managing Transactions

This section shows you how to perform database transactions in SQLite from Bun.

  • Transaction – Perform a database transaction in SQLite database from Bun.
Was this tutorial helpful ?