Skip to content

Commit 1bffcfc

Browse files
Move installation and features above screenshots
1 parent 109c2b9 commit 1bffcfc

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@
22

33
A beautiful, enhanced logger for Drizzle ORM that transforms your SQL queries into visually appealing, color-coded output with syntax highlighting, icons, and detailed formatting.
44

5-
## 📸 Before vs After
6-
7-
### Before (Default Drizzle Logger)
8-
![Before - Default Drizzle Logger](./images/before.png)
9-
10-
### After (Enhanced Query Logger)
11-
![After - Enhanced Query Logger](./images/after.jpeg)
12-
13-
*See the dramatic difference! The enhanced logger transforms plain SQL output into beautifully formatted, color-coded queries with syntax highlighting, icons, and structured parameter display.*
14-
155
## ✨ Features
166

177
- 🎨 **Beautiful formatting** with box-drawing characters and colors
@@ -41,6 +31,16 @@ pnpm add drizzle-query-logger
4131
bun add drizzle-query-logger
4232
```
4333

34+
## 📸 Before vs After
35+
36+
### Before (Default Drizzle Logger)
37+
![Before - Default Drizzle Logger](./images/before.png)
38+
39+
### After (Enhanced Query Logger)
40+
![After - Enhanced Query Logger](./images/after.jpeg)
41+
42+
*See the dramatic difference! The enhanced logger transforms plain SQL output into beautifully formatted, color-coded queries with syntax highlighting, icons, and structured parameter display.*
43+
4444
## 🚀 Usage
4545

4646
### Basic Usage

0 commit comments

Comments
 (0)