@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.
- package/README.md +3 -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";
|