Skip to content

Commit

Permalink
docs: update stack overflow survey stats in README
Browse files Browse the repository at this point in the history
  • Loading branch information
SKalt authored Nov 11, 2024
1 parent a8d5110 commit 6520d49
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ I'd like to use `information_schema` more. Before I do that, however, I'd like t
I scrape at the public documentation where the documentation licenses allow.
I also run databases without restrictive EULAs and observe those databases' `information_schema` tables directly.

I prioritize the most popular databases that implement an `information_schema` according to [2022 Stack Overflow Developer Survey](https://survey.stackoverflow.co/2022/#most-popular-technologies-database)
I prioritize the most popular databases that implement an `information_schema` according to [2024 Stack Overflow Developer Survey](https://survey.stackoverflow.co/2024/technology#most-popular-technologies-database)

| database name | % of respondents use | documentation scraped | `information_schema` queried directly |
| ------------- | :------------------: | :-------------------: | :-----------------------------------: |
| `mysql` | 47% | NO | YES |
| `postgres` | 44% | YES | YES |
| `mssql` | 27% | YES | NO |
| `mariadb` | 18% | YES | YES |
| `postgres` | 49% | YES | YES |
| `mysql` | 40% | NO | YES |
| `mssql` | 25% | YES | NO |
| `mariadb` | 17% | YES | YES |
| `cockroachdb` | | YES | TODO |
| `tidb` | | YES | TODO |

Expand Down

0 comments on commit 6520d49

Please sign in to comment.