From 95bf612c338dec8235e89ca6a1d9e5e8cad3f997 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 6 May 2025 21:31:46 -0500 Subject: reorganize db dir (#6) --- README.md | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index df4973f..12eacc2 100644 --- a/README.md +++ b/README.md @@ -36,25 +36,36 @@ tree -I ".git*|venv" │   ├── approvals.py │   ├── branch_protections.py │   ├── passwords.py +│   ├── pipelines.py │   ├── provisioning.py │   ├── README.org +│   ├── repositories.py │   └── users.py ├── CODEOWNERS ├── databases -│   ├── administrators -│   │   ├── mssql_admins.sql +│   ├── mongo +│   │   ├── admins.py +│   │   └── README.org +│   ├── mysql │   │   ├── mysql_admins_alt.sql -│   │   ├── mysql_admins.sh │   │   ├── mysql_admins.sql +│   │   ├── passwords.sql +│   │   └── README.org +│   ├── oracle │   │   ├── oracle_admins_alt.sql │   │   └── oracle_admins.sql -│   └── passwords -│   └── sql +│   ├── postgres +│   │   ├── admins.sql +│   │   ├── passwords.sql +│   │   └── README.org +│   └── sql +│   ├── admins.sql +│   └── passwords │   ├── data.csv │   ├── get_data.sql │   └── test.py ├── LICENSE -├── operating-systems +├── os │   └── linux │   ├── passwords.sh │   ├── README.org @@ -68,12 +79,12 @@ tree -I ".git*|venv" │   └── project_dashboard │   ├── project_dashboard.pbix │   └── project_data.xlsx -├── README.org +├── README.md ├── requirements.txt └── sampling ├── README.org - ├── sample-html.png ├── sample.html + ├── sample-html.png └── sample.py ``` -- cgit v1.2.3-70-g09d2