--- title: SQLite sidebar: order: 1 --- import SchemaInfo from '../../../../components/SchemaInfo.astro'; The `db.sqlite` module can open/create SQLite databases This module implements the `DatabaseModule` interface. ### Example Opens an in-memory SQLite database ```yaml - id: myDatabase type: db.sqlite params: dsn: ":memory:" ```