Skip to content

Commit

Permalink
Merge pull request #26 from alberlau/fix/readme
Browse files Browse the repository at this point in the history
Fix README.md
  • Loading branch information
alberlau committed Mar 2, 2024
2 parents b7efe96 + 8dafede commit 1127100
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

DB2Code is a tool designed to facilitate the generation of files from JDBC Metadata. This project streamlines the process of loading metadata into objects and then utilizing these objects within Mustache templates to generate the desired output. It's an ideal solution for developers looking to automate and simplify their database related code generation processes.
The default use case as in below diagram:

![db2code](https://github.com/alberlau/DB2Code/blob/master/BasicToolWorkflow.png)

### Prerequisites
Expand Down Expand Up @@ -109,8 +110,8 @@ Optionally if you need to attach generated code to your source code add this:
- __dateImpl__ what java date implementation should be used: UTIL_DATE or LOCAL_DATE
- __typeMapFile__ type mapping file to use. Default is /type-mappings/java-type-map.properties. There is available dbml-type-map.properties file on same location, or you can define your own.
- __includeGenerationInfo__ should info about generation be included? Defaults to false
_ __doNotGenerateTables__ list of tables to be not generated. Can be regexp.
-
- __doNotGenerateTables__ list of tables to be not generated. Can be regexp.


You can customize generation template, by providing __templates__ list:
```xml
Expand Down

0 comments on commit 1127100

Please sign in to comment.