BradyDonovan / PoShQLite

Quick and Dirty PoSh SQLite Query Function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PoShQLite

Quick and Dirty PoSh SQLite Query Function

Works by using sqlite3.exe and sending query results to STDOUT.

Command-line client can be downloaded from here: https://sqlite.org/download.html

Usage:

. .\Invoke-SQLiteQuery.ps1
Invoke-SQLiteQuery usernames.db "SELCT * FROM Usernames"

About

Quick and Dirty PoSh SQLite Query Function


Languages

Language:PowerShell 100.0%