Skip to content

Commit ffb8704

Browse files
committed
readme
1 parent 8459c78 commit ffb8704

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

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

33
A super lightweight TypeScript SQL query builder that respects your laziness and love for raw SQL. Zero runtime dependencies, just types. This is just a super thin wrapper around sqlc and a file generator - all the real magic is in sqlc. It just makes it more convenient to use in TypeScript projects.
44

5+
## Demo
6+
7+
<img width="1122" alt="image" src="https://github.com/user-attachments/assets/0556e61c-72ab-465e-86b7-3013e1b82c6f" />
8+
9+
<details>
10+
<summary>Video</summary>
11+
12+
https://github.com/user-attachments/assets/dba59632-6c4c-48fe-80f0-da1514e2da1a
13+
</details>
14+
515
## Why? 🤔
616

717
If you're like me - you just want to write SQL, ship features and not deal with heavy abstractions or spend hours reading documentation (even if it's really good). That's exactly why this exists.

0 commit comments

Comments
 (0)