sizuku 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Sizuku
|
|
2
2
|
|
|
3
|
-
**[Sizuku](https://www.npmjs.com/package/sizuku)** is a tool that generates
|
|
3
|
+
**[Sizuku](https://www.npmjs.com/package/sizuku)** is a tool that generates validation schemas for Zod and Valibot, as well as ER diagrams, from [Drizzle](https://orm.drizzle.team/) schemas annotated with comments.
|
|
4
4
|
|
|
5
5
|
## Features
|
|
6
6
|
|
|
@@ -426,10 +426,10 @@ erDiagram
|
|
|
426
426
|
|
|
427
427
|
### sizuku-mermaid-er.json
|
|
428
428
|
|
|
429
|
-
| Option
|
|
430
|
-
|
|
431
|
-
| `input`
|
|
432
|
-
| `output` | `string` | `""`
|
|
429
|
+
| Option | Type | Default | Description |
|
|
430
|
+
|----------|----------|------------|------------------|
|
|
431
|
+
| `input` | `string` | `""` | Input file path |
|
|
432
|
+
| `output` | `string` | `""` | Output file path |
|
|
433
433
|
|
|
434
434
|
#### Example
|
|
435
435
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sizuku",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "Sizuku is a tool that
|
|
3
|
+
"version": "0.0.4",
|
|
4
|
+
"description": "Sizuku is a tool that generates validation schemas for Zod and Valibot, as well as ER diagrams, from Drizzle schemas annotated with comments.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"drizzle",
|