Definition
Assembly: CloudNimble.BlazorEssentials.TursoDb.dll Namespace: CloudNimble.BlazorEssentials.TursoDb Inheritance: System.ObjectSyntax
Summary
Configuration options for a Turso database.Constructors
.ctor
Syntax
.ctor Inherited
Inherited from
objectSyntax
Properties
AuthToken
Gets or sets the authentication token for remote Turso databases.Syntax
Property Value
Type:string?
AutoCreateSchema
Gets or sets whether to automatically create tables on connect. Defaults to true.Syntax
Property Value
Type:bool
Url
Gets or sets the database URL. Use “file:name.db” for local databases, or a Turso cloud URL for remote. Defaults to “:memory:” for an in-memory database.Syntax
Property Value
Type:string
Methods
Equals Inherited Virtual
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | - |
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?