Skip to content

Commit

Permalink
docs: add riscv64 in the supported OS table
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Jul 30, 2024
1 parent a4a5d48 commit 2b72c94
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,14 @@ Since sqlite-jdbc-3.6.19, the natively compiled SQLite engines will be used for
the following operating systems:

|===
| |x86 |x86_64 |armv5 |armv6 |armv7 |arm64 |ppc64

|Windows |✔ |✔ | | |✔ |✔ |
|macOS | |✔ | | | |✔ |
|Linux (libc) |✔ |✔ |✔ |✔ |✔ |✔ |✔
|Linux (musl) |✔ |✔ | | | |✔ |
|Android |✔ |✔ |✔ | | |✔ |
|FreeBSD |✔ |✔ | | | |✔ |
| |x86 |x86_64 |armv5 |armv6 |armv7 |arm64 |ppc64 | riscv64

|Windows |✔ |✔ | | |✔ |✔ | |
|macOS | |✔ | | | |✔ | |
|Linux (libc) |✔ |✔ |✔ |✔ |✔ |✔ |✔ |✔
|Linux (musl) |✔ |✔ | | | |✔ | |
|Android |✔ |✔ |✔ | | |✔ | |
|FreeBSD |✔ |✔ | | | |✔ | |
|===

In the other OSs not listed above, the pure-java SQLite is used. (Applies to versions before 3.7.15)
Expand Down

0 comments on commit 2b72c94

Please sign in to comment.