Skip to content

Commit 0aab4c3

Browse files
committed
stuff
1 parent 8091d8a commit 0aab4c3

File tree

2 files changed

+28
-15
lines changed

2 files changed

+28
-15
lines changed

.gitignore

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
1-
pg-15-data/
2-
pg-15-dist/
3-
pgextworkdir/
4-
testing-output-*
5-
postgresql-*
6-
logfile
7-
pmd-bin-7.0.0-rc4/
8-
.vscode/
9-
functions.csv
10-
hooks.csv
11-
info.csv
12-
mechanisms.csv
13-
pairwise_parallel.csv
14-
single.csv
15-
pgxn/
1+
postgresql/pg-15-data/
2+
postgresql/pg-15-dist/
3+
postgresql/pgextworkdir/
4+
postgresql/testing-output-*
5+
postgresql/postgresql-*
6+
postgresql/logfile
7+
postgresql/pmd-bin-7.0.0-rc4/
8+
postgresql/.vscode/
9+
postgresql/functions.csv
10+
postgresql/hooks.csv
11+
postgresql/info.csv
12+
postgresql/mechanisms.csv
13+
postgresql/pairwise_parallel.csv
14+
postgresql/single.csv
15+
postgresql/pgxn/
16+
mariadb/myextworkdir
17+
mariadb/*.csv
18+
mariadb/testing-output-*/
19+
sqlite/*.csv
20+
sqlite/testing-output-*/
21+
redis/*.csv
22+
redis/testing-output-*/
23+
duckdb/duckextworkdir/
24+
duckdb/*.csv
25+
duckdb/testing-output-*/

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Extension Analyzer
2+
3+
This repository contains the code used to analyze the extension ecosystems of PostgreSQL, MySQL/MariaDB, SQLite, Redis, and DuckDB. The code for each of these systems can be found in their respective directories.

0 commit comments

Comments
 (0)