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 319
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.