synedgy.PSSQlite

0.2.2

A Sqlite module for PowerShell

Minimum PowerShell version

5.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name synedgy.PSSQlite

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name synedgy.PSSQlite

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) SynEdgy. All rights reserved.

Package Details

Author(s)

  • Gael Colas

Functions

Get-PSSqliteDBConfig Get-PSSqliteDBConfigFile Initialize-PSSqliteDatabase Get-PSSqliteRow New-PSSqliteRow Remove-PSSqliteRow Set-PSSqliteRow Close-PSSqliteConnection Compare-PSSqliteDBVersion Get-ExpandedString Get-PSSqliteAbsolutePath Get-PSSqliteDBMetadata Invoke-PSSqliteQuery New-PSSqliteConnection

Dependencies

Release Notes

## [0.2.2] - 2025-11-11

### Added

- Basic CRUD support with `Get-PSSqliteRow`, `New-PSSqliteRow`,
 `Remove-PSSqliteRow`, `Set-PSSqliteRow`.
- SQL generation for create table statements with `Initialize-PSSqliteDatabase`.
- Version comparing with built-in `_metadata` table and `Compare-PSSqliteDBVersion`.
- Added changelog PR.

### Changed

- Updated README.md.

FileList

  • synedgy.PSSqlite.nuspec
  • lib\runtimes\linux-arm64\native\libe_sqlite3.so
  • synedgy.PSSqlite.psd1
  • lib\runtimes\linux-musl-arm\native\libe_sqlite3.so
  • synedgy.PSSqlite.psm1
  • lib\runtimes\win-x64\native\e_sqlite3.dll
  • en-US\about_synedgy.PSSqlite.help.txt
  • lib\runtimes\win-arm64\native\e_sqlite3.dll
  • ScriptsToProcess\PreLoadTypes.ps1
  • lib\runtimes\win-arm\native\e_sqlite3.dll
  • lib\net461\SQLitePCLRaw.batteries_v2.dll
  • lib\runtimes\linux-x86\native\libe_sqlite3.so
  • lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.xml
  • lib\runtimes\linux-musl-arm64\native\libe_sqlite3.so
  • lib\netstandard2.0\Microsoft.Data.Sqlite.dll
  • lib\runtimes\nativeassets\net8.0\e_sqlite3.a
  • lib\netstandard2.0\SQLitePCLRaw.provider.dynamic_cdecl.dll
  • lib\runtimes\nativeassets\net6.0\e_sqlite3.a
  • lib\netstandard2.0\System.Memory.dll
  • lib\runtimes\nativeassets\net7.0\e_sqlite3.a
  • lib\netstandard2.0\System.Memory.xml
  • lib\runtimes\nativeassets\net9.0\e_sqlite3.a
  • lib\netstandard2.0\Microsoft.Data.Sqlite.xml
  • lib\runtimes\osx-x64\native\libe_sqlite3.dylib
  • lib\netstandard2.0\SQLitePCLRaw.batteries_v2.dll
  • lib\runtimes\osx-arm64\native\libe_sqlite3.dylib
  • lib\netstandard2.0\SQLitePCLRaw.provider.e_sqlite3.dll
  • lib\runtimes\linux-x64\native\libe_sqlite3.so
  • lib\netstandard2.0\SQLitePCLRaw.core.dll
  • lib\runtimes\win-x86\native\e_sqlite3.dll
  • lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll
  • lib\runtimes\linux-musl-x64\native\libe_sqlite3.so
  • lib\runtimes\linux-arm\native\libe_sqlite3.so

Version History

Version Downloads Last updated
0.2.2 (current version) 15 11/11/2025
0.2.2-previe... 3 11/11/2025
0.2.1 4 11/11/2025
0.2.1-previe... 3 11/11/2025
0.2.1-previe... 3 11/11/2025
0.2.1-previe... 3 11/11/2025
0.2.1-previe... 7 7/1/2025
0.2.0 31 7/1/2025
0.2.0-previe... 5 7/1/2025
0.2.0-previe... 5 6/27/2025
Show more