Create get-installed-homebrew-packages.md (#557)

Add Get installed homebrew packages to /handbook/queries.
This commit is contained in:
Mike Thomas 2021-03-31 04:29:57 +09:00 committed by GitHub
parent ee580bf811
commit 29b67181e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,16 @@
# Get Homebrew Packages
Get the installed homebrew package database
### Support
macOS
### Query
```sql
SELECT * FROM homebrew_packages;
```
### Purpose
Informational
### Remediation
N/A