Using SQLite with PowerShell

Опубликовано: 17 Август 2021
на канале: Bryan Cafferky
8,981
158

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/b...

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

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

Additional links to help you learn SQLite

SQLite Introduction (Some Python too but mostly SQLite features)
   • Master Using SQL with Python:  Lesson...  

Installing and Using SQLite Studio
   • Video