← All components
SQLite Database
SQLite database integration for development. Includes Prisma schema configured for SQLite. Lightweight, file-based database perfect for development and testing. Pair with the existing prisma component for the ORM.
Copy the files below, or open this folder on GitHub. Each file is stamped with a limited-use licence, generator and date. SHA-256 is of the published catalog bytes, before the stamp.
- id
- sqlite
- stack
- Next.js
- version
- 1.0.0
- compatibility
- nextjs >=16 <17 · react >=19 <20
- requires
- nextjs-base
- env vars
- DATABASE_URL
Verified passing · daily buildIntegrity sha256:cb57c42a21834b69…
Files (2)
.env.example · sha256:cb57c42a21834b69…
# Licensed by BotKelp — https://www.botkelp.com
# SQLite Database Configuration
#
# Copy this file to .env and update the values
#
# Source: https://www.prisma.io/docs/prisma-orm/quickstart/sqlite
# Verified: 2026-09-06
# SQLite connection URL for Prisma
# Format: file:./dev.db or file:path/to/database.db
DATABASE_URL="file:./dev.db"