createDDL MethodProtected Abstract
Implement this method to create all tables for this subclass of VersionedSqliteDb when a new database file is created. Called from createNewDb.
createDDL(args: any): void
| Parameter | Type | Description |
|---|---|---|
| args | any |
Returns - void
Defined in
- core/backend/src/SQLiteDb.ts Line 323
Last Updated: 30 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.