Skip to content

Commit bdcc772

Browse files
committed
Merge branch 'main' of github.com:i-s-compat-table/i.s.compat.table
2 parents 2d28328 + 6520d49 commit bdcc772

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ I'd like to use `information_schema` more. Before I do that, however, I'd like t
4141
I scrape at the public documentation where the documentation licenses allow.
4242
I also run databases without restrictive EULAs and observe those databases' `information_schema` tables directly.
4343

44-
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)
44+
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)
4545

4646
| database name | % of respondents use | documentation scraped | `information_schema` queried directly |
4747
| ------------- | :------------------: | :-------------------: | :-----------------------------------: |
48-
| `mysql` | 47% | NO | YES |
49-
| `postgres` | 44% | YES | YES |
50-
| `mssql` | 27% | YES | NO |
51-
| `mariadb` | 18% | YES | YES |
48+
| `postgres` | 49% | YES | YES |
49+
| `mysql` | 40% | NO | YES |
50+
| `mssql` | 25% | YES | NO |
51+
| `mariadb` | 17% | YES | YES |
5252
| `cockroachdb` | | YES | TODO |
5353
| `tidb` | | YES | TODO |
5454

0 commit comments

Comments
 (0)