Get-SQLiteVersion

May 30, 2025 ยท View on GitHub

SYNOPSIS

Get SQLite version information

SYNTAX

Get-SQLiteVersion [<CommonParameters>]

DESCRIPTION

This is a simple command to get version information for the System.Data.SQLite assembly.

EXAMPLES

Example 1

PS C:\> Get-SQLiteVersion

Version        : 1.0.118.0
RunTimeVersion : v2.0.50727
PSVersion      : 7.4.5
OS             : Microsoft Windows 10.0.26100
Location       : C:\Users\Jeff\Documents\PowerShell\Modules\mySQLite\0.13.0\assembly\net20\System.Data.SQLite.dll

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

SQLiteVersionInfo

NOTES