Using SQLite with PowerShell



Using SQLite with PowerShell

Using SQLite with PowerShell

In this video, you learn how to use the SQLite databases from PowerShell via the PSSQLite module. You’ll see how to load data into tables quickly and do some basic queries. There are many applications to storing data in SQLite in Admin, DBA, and systems maintenance programming. Bring your skills and power to a new level.

Code and Slides
https://github.com/bcafferky/shared/blob/master/PowerShellSQLite/PowerShellSQLite01.zip

PSSQLite on PowerShell Gallery (Caution: Very slow to load)
https://www.powershellgallery.com/packages/PSSQLite/1.1.0

GitHub Repo for PSSQLite
https://github.com/RamblingCookieMonster/PSSQLite

Additional links to help you learn SQLite

SQLite Introduction (Some Python too but mostly SQLite features)
https://youtu.be/E7aY1XJX1og

Installing and Using SQLite Studio
https://youtu.be/dugUk893gxQ

Comments are closed.