Skip to content

Commit

Permalink
Add SQLite to tested databases in README.md (#1271)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamura-to authored Jan 18, 2025
2 parents a9fd708 + 3759807 commit d283b84
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,15 @@ Supported databases

We are testing against the following databases:

| Database | version | status |
|--------------------|-------------:|:----------:|
| H2 Database | 2.3.x | stable |
| MySQL v5 | 5.7 | stable |
| MySQL v8 | 8.0.36 | stable |
| Oracle Database XE | 21c | stable |
| PostgreSQL | 12.20 | stable |
| SQL Server | 2019 | stable |
| Database | version | status |
|--------------------|--------:|:----------:|
| H2 Database | 2.3.x | stable |
| MySQL v5 | 5.7 | stable |
| MySQL v8 | 8.0.36 | stable |
| Oracle Database XE | 21c | stable |
| PostgreSQL | 12.20 | stable |
| SQLite | 3.48.0 | stable |
| SQL Server | 2019 | stable |

Examples
---------------------
Expand Down

0 comments on commit d283b84

Please sign in to comment.