mirror of
https://github.com/zadam/trilium.git
synced 2026-01-30 02:59:12 +01:00
docs(dev): integrate rest of the documentation
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Database
|
||||
Trilium uses **SQLite** as its database engine, managed via `better-sqlite3`.
|
||||
Trilium uses **SQLite** (via `better-sqlite3`) as its embedded database engine, providing a reliable, file-based storage system that requires no separate database server. The database stores all notes, their relationships, metadata, and configuration.
|
||||
|
||||
Schema location: `apps/server/src/assets/db/schema.sql`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user