@m2k-5f/pgtx 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,8 +16,6 @@ Experience ORM-like convenience (auto-inserts, updates, recursive fragments) wit
16
16
 
17
17
  ---
18
18
 
19
- ## 🚀 Quick Start
20
-
21
19
  ## 📦 Installation
22
20
 
23
21
  ```bash
@@ -28,6 +26,9 @@ yarn add @m2k-5f/pgtx
28
26
  pnpm add @m2k-5f/pgtx
29
27
  ```
30
28
 
29
+ ---
30
+
31
+ ## 🚀 Quick Start
31
32
 
32
33
  ```typescript
33
34
  import { sql, Pool } from "@m2k-5f/pgtx";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m2k-5f/pgtx",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Lightweight, high-performance SQL toolkit for node-postgres",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",