Skip to content

Commit

Permalink
docs: remove redundant warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeldelboni committed Apr 22, 2023
1 parent 01ff5d1 commit 8802048
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ Depends on config component to read [connection info data](test/resources/config
- [next-jdbc](https://github.com/seancorfield/next-jdbc)
- [hikaricp](https://github.com/brettwooldridge/HikariCP)
### In addition, you will need to add dependencies for the JDBC drivers you wish to use for whatever databases you are using. For example:
MySQL: `mysql/mysql-connector-java {:mvn/version "8.0.19"}` (search for latest version)
PostgreSQL: `org.postgresql/postgresql {:mvn/version "42.2.10"}` (search for latest version)
Microsoft SQL Server: `com.microsoft.sqlserver/mssql-jdbc {:mvn/version "8.2.1.jre8"}` (search for latest version)
Sqlite: `org.xerial/sqlite-jdbc {:mvn/version "3.39.2.1"}` (search for latest version)
MySQL: `mysql/mysql-connector-java {:mvn/version "8.0.19"}`
PostgreSQL: `org.postgresql/postgresql {:mvn/version "42.2.10"}`
Microsoft SQL Server: `com.microsoft.sqlserver/mssql-jdbc {:mvn/version "8.2.1.jre8"}`
Sqlite: `org.xerial/sqlite-jdbc {:mvn/version "3.39.2.1"}`
**(always search for latest version)**

## [http/clj-http](src/parenthesin/components/http/clj_http.clj)
Has some [mock implementations](test/unit/parenthesin/components/http/clj_http_test.clj) for tests
Expand Down

0 comments on commit 8802048

Please sign in to comment.