CloudSqlite.DbNameAndVersion Interface
Specifies the name and version of a CloudSqlite database.
Properties
Name | Type | Description | |
---|---|---|---|
dbName Readonly | string | The name of the database | |
version Readonly | string | undefined | The range of acceptable versions of the database of the specified CloudSqlite.DbNameAndVersion.dbName. |
Defined in
- core/backend/src/CloudSqlite.ts Line 281
Last Updated: 23 April, 2025
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.