@appixar/xpg 1.0.2 → 1.0.3
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Define your database tables in simple YAML files, and **xpg** automatically crea
|
|
|
6
6
|
|
|
7
7
|
## Features
|
|
8
8
|
|
|
9
|
-
- **YAML Schema DSL** — Define tables with a concise, human-readable syntax
|
|
9
|
+
- **YAML Schema DSL** — Define tables with a concise, human-readable syntax!
|
|
10
10
|
- **Diff-based migrations** — Automatically detects changes and generates `ALTER TABLE` statements
|
|
11
11
|
- **Custom field types** — Create reusable type aliases (`id`, `str`, `email`, etc.)
|
|
12
12
|
- **Read/write splitting** — Route queries to read replicas automatically
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appixar/xpg",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "YAML-driven PostgreSQL schema management, diff-based migrations, and query service",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -44,4 +44,4 @@
|
|
|
44
44
|
"url": "https://github.com/appixar/x-ts-postgres.git"
|
|
45
45
|
},
|
|
46
46
|
"license": "MIT"
|
|
47
|
-
}
|
|
47
|
+
}
|