TinmanAddOnsSQLiteModule

Description

sealed class Tinman.AddOns.SQLite.TinmanAddOnsSQLiteModule

Derived from

TinmanModule abstract

Full source code is included in the Tinman 3D SDK download.

Module descriptor for: Tinman - AddOns SQLite.

The C++ version of this library contains an embedded SQLite binary that is always available (see IsAvailable). The C# version uses the following NuGet package, which depends on the accessibility of the native SQLite binaries at runtime (see contents of the runtimes directory, which is copied to the build output):
Microsoft.Data.Sqlite
https://www.nuget.org/packages/Microsoft.Data.Sqlite/

Public / Constants

Instance


[ShutdownSurvive]
public static readonly attribute Instance → (TinmanModule)

Singleton instance of TinmanAddOnsSQLiteModule.

Public / Attributes

Is​Available


public static attribute IsAvailable → (get)

value : bool

true if SQLite is available,
false if not.

Checks if the native SQLite binary is available.