Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alberlau committed Mar 2, 2024
1 parent b7efe96 commit 8dafede
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 8dafede

Please sign in to comment.