mySQLite

0.14.0

A set of PowerShell commands for working with SQLite database files. This is a simple alternative to installing any version of SQL Server on your desktop. Note that this module will only work on x64 versions Windows and Linux platforms.

Minimum PowerShell version

5.1

Installation Options

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

Install-Module -Name mySQLite

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

Install-PSResource -Name mySQLite

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) 2019-2024 JDH Information Technology Solutions, Inc.

Package Details

Author(s)

  • Jeff Hicks

Tags

sqlite database linux

Functions

Invoke-MySQLiteQuery New-MySQLiteDB New-MySQLiteDBTable ConvertTo-MySQLiteDB Get-MySQLiteTable ConvertFrom-MySQLiteDB Get-MySQLiteDB Open-MySQLiteDB Close-MySQLiteDB Export-MySQLiteDB Import-MySQLiteDB Convert-MySQLiteByteArray Get-SQLiteVersion

PSEditions

Desktop Core

Dependencies

This module has no dependencies.

Release Notes

## v0.14.0 - 2024-08-22 09:48:22

### Changed

- Updated Import-MySqliteDB to use an existing database. The new parameter is called UseExisting with an alias of Append. _This may be a breaking change_.
- Updated functions with additional verbose output to capture PowerShell version and culture.
- Help updates
- Updated README.md

### Fixed

- Modified helper functions to store DateTime values as yyyy-MM-dd HH:mm:ss which should better handle culture-related problems. [Issue #23](https://github.com/jdhitsolutions/mySQLite/issues/23) _This may be a breaking change_.

FileList

Version History

Version Downloads Last updated
0.14.0 (current version) 1,636 8/22/2024
0.13.0 4,181 2/22/2024
0.12.0 1,711 9/29/2023
0.11.2 1,506 2/23/2023
0.11.0 15 2/21/2023
0.10.1 287 9/14/2022
0.10.0 135 9/12/2022
0.9.2 372 8/1/2022
0.9.1 177 8/1/2022
0.9.0 180 8/1/2022
0.8.0 177 8/1/2022
0.7.0 196 7/21/2022
0.6.0 191 7/20/2022
Show more