Skip to content

Commit 78dce2d

Browse files
committed
doc version table
1 parent 451c06a commit 78dce2d

File tree

3 files changed

+37
-12
lines changed

3 files changed

+37
-12
lines changed

README.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,24 @@ For releases and release notes, see the [Releases](https://github.com/yetanalyti
3737
- [OpenID Connect Support](doc/oidc.md)
3838
- [Auth0 Setup Guide](doc/oidc/auth0.md)
3939

40-
### DBMS-specific Sections
41-
42-
- [Postgres](doc/postgres.md)
43-
- [MariaDB](doc/mariadb.md)
44-
- [SQLite](doc/sqlite.md)
40+
### DBMS-specific Information
41+
42+
| DB Engine | Supported Versions |
43+
| ---------- | ------------------ |
44+
| [SQLite](doc/sqlite.md) | 3.42 (Embedded Engine) |
45+
| [Postgres](doc/postgres.md) | 14 |
46+
| | 15 |
47+
| | 16 |
48+
| | 17 |
49+
| | 18 |
50+
| [MariaDB](doc/mariadb.md) | 10.6 |
51+
| | 10.11 |
52+
| | 11.4 |
53+
| | 11.7.2 |
54+
| | 11.8 |
55+
| [MySQL](doc/mysql.md) | 8.0.44 |
56+
| | 8.4 |
57+
| | 9.5.0 |
4558

4659
### Reference
4760

doc/index.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,24 @@
1818
- [OpenID Connect Support](oidc.md)
1919
- [Auth0 Setup Guide](oidc/auth0.md)
2020

21-
### DBMS-specific Sections
22-
23-
- [Postgres](postgres.md)
24-
- [MariaDB](mariadb.md)
25-
- [MySQL](mysql.md)
26-
- [SQLite](sqlite.md)
21+
### DBMS Information
22+
23+
| DB Engine | Supported Versions |
24+
| ---------- | ------------------ |
25+
| [SQLite](sqlite.md) | 3.42 (Embedded Engine) |
26+
| [Postgres](postgres.md) | 14 |
27+
| | 15 |
28+
| | 16 |
29+
| | 17 |
30+
| | 18 |
31+
| [MariaDB](mariadb.md) | 10.6 |
32+
| | 10.11 |
33+
| | 11.4 |
34+
| | 11.7.2 |
35+
| | 11.8 |
36+
| [MySQL](mysql.md) | 8.0.44 |
37+
| | 8.4 |
38+
| | 9.5.0 |
2739

2840
### Reference
2941

doc/postgres.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The `connection`, `lrs`, and `webserver` sections of the config can then be set
101101

102102
### Supported Versions
103103

104-
SQL LRS supports PostgreSQL versions 14 through 18. It is tested against the [current minor point release](https://www.postgresql.org/support/versioning/) of each version.
104+
For an updated version list see [this table](index.md#dbms-specific-information). SQL LRS is tested against the [current minor point release](https://www.postgresql.org/support/versioning/) of each version.
105105

106106
### Unix Socket Support
107107

0 commit comments

Comments
 (0)