Skip to content

Commit

Permalink
Merge pull request #4 from parenthesin/docs/update-readme
Browse files Browse the repository at this point in the history
docs: typos and better format
  • Loading branch information
rafaeldelboni authored Apr 22, 2023
2 parents ead44e0 + 8802048 commit c695528
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 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 Expand Up @@ -67,7 +68,7 @@ Function to start / stop instrumentation as `clojure.test/use-fixtures`
Wrapper over migratus to create an CLI based API.
Depends on aero and jdbc to read and connect to the database.

### Projects using this library
# Projects using this library
These projects are using the library, they can be used as templates or source of documentation of how use the components.
- [parenthesin/microservice-boilerplate](https://github.com/parenthesin/microservice-boilerplate)
- [parenthesin/microservice-boilerplate-malli](https://github.com/parenthesin/microservice-boilerplate-malli)
Expand Down

0 comments on commit c695528

Please sign in to comment.