CloudSqlite.DbName Type
CloudSqlite.DbName = string
The base name of a CloudSqlite database, without any version information. The name must conform to the following constraints:
- Case-insensitively unique among all databases in the same CloudContainer
- Between 1 and 255 characters in length.
- A legal filename on both Windows and UNIX.
- Contain none of the following characters: forward or backward slash, period, single or double quote, backtick, colon, and "#".
- Begin or end with a whitespace character.
@see DbFullName for the fully-specified name, including version information.
Defined in
- core/backend/src/CloudSqlite.ts Line 264
Last Updated: 26 April, 2025
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.