Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
Enaium committed Jan 18, 2025
1 parent 60abe42 commit c15c7cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ jimmer {
url.set("jdbc:postgresql://localhost:5432/postgres")
username.set("postgres")
password.set("postgres")
// catalog.set("postgres")
// schemaPattern.set("public")
// tableNamePattern.set("t_%")
}
table {
idView.set(true)
Expand Down Expand Up @@ -284,6 +287,9 @@ jimmer {
| `generator.jdbc.url` | `String` | | Database url. |
| `generator.jdbc.username` | `String` | | Database username. |
| `generator.jdbc.password` | `String` | | Database password. |
| `generator.jdbc.catalog` | `String` | | Database catalog. |
| `generator.jdbc.schemaPattern` | `String` | | Database schema pattern. |
| `generator.jdbc.tableNamePattern` | `String` | | Database table name pattern. |
| `generator.table` | `cn.enaium.jimmer.gradle.extension.Table` | | Table rule. |
| `generator.table.primaryKey` | `String` | `id` | Table primary key name. |
| `generator.table.asociation` | `cn.enaium.jimmer.gradle.extension.Association` | `REAL` | Table association rule. |
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kotlin.code.style=official
version=0.0.23
version=0.0.24

0 comments on commit c15c7cb

Please sign in to comment.