File tree Expand file tree Collapse file tree 1 file changed +37
-13
lines changed Expand file tree Collapse file tree 1 file changed +37
-13
lines changed Original file line number Diff line number Diff line change @@ -27,38 +27,62 @@ Insert `tc:` after `jdbc:` as follows. Note that the hostname, port and database
2727
2828### JDBC URL examples
2929
30- #### Using Testcontainers with a fixed version
30+ #### Using ClickHouse
31+
32+ ` jdbc:tc:clickhouse:18.10.3:///databasename `
33+
34+ #### Using CockroachDB
35+
36+ ` jdbc:tc:cockroach:v21.2.3:///databasename `
37+
38+ #### Using CrateDB
39+
40+ ` jdbc:tc:cratedb:5.2.3//localhost:5432/crate `
41+
42+ #### Using DB2
43+
44+ ` jdbc:tc:db2:11.5.0.0a//localhost:5432/crate `
45+
46+ #### Using MariaDB
47+
48+ ` jdbc:tc:mariadb:10.2.14:///databasename `
49+
50+ #### Using MySQL
3151
3252` jdbc:tc:mysql:5.7.34:///databasename `
3353
34- #### Using PostgreSQL
54+ #### Using MSSQL Server
3555
36- ` jdbc:tc:postgresql:9.6.8 :///databasename `
56+ ` jdbc:tc:sqlserver:2017-CU12 :///databasename `
3757
38- #### Using PostGIS
58+ #### Using Oracle
3959
40- ` jdbc:tc:postgis:9.6-2.5 :///databasename `
60+ ` jdbc:tc:oracle:21-slim-faststart :///databasename `
4161
42- #### Using TimescaleDB
62+ #### Using PostGIS
4363
44- ` jdbc:tc:timescaledb:2.1.0-pg13 :///databasename `
64+ ` jdbc:tc:postgis:9.6-2.5 :///databasename `
4565
46- #### Using Trino
66+ #### Using PostgreSQL
4767
48- ` jdbc:tc:trino:352 ://localhost/memory/default `
68+ ` jdbc:tc:postgresql:9.6.8 :///databasename `
4969
50- #### Using CockroachDB
70+ #### Using QuestDB
5171
52- ` jdbc:tc:cockroach:v21.2 .3:///databasename `
72+ ` jdbc:tc:postgresql:6.5 .3:///databasename `
5373
54- #### Using CrateDB
74+ #### Using TimescaleDB
5575
56- ` jdbc:tc:cratedb:5.2.3//localhost:5432/crate `
76+ ` jdbc:tc:timescaledb:2.1.0-pg13:///databasename `
5777
5878#### Using TiDB
5979
6080` jdbc:tc:tidb:v6.1.0:///databasename `
6181
82+ #### Using Trino
83+
84+ ` jdbc:tc:trino:352://localhost/memory/default `
85+
6286#### Using YugabyteDB
6387
6488` jdbc:tc:yugabyte:2.14.4.0-b26:///databasename `
You can’t perform that action at this time.
0 commit comments