Skip to content

Commit 8d49f7a

Browse files
committed
docs: update readme
1 parent a3063f0 commit 8d49f7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# sqlshield
22

33
> Schema-aware SQL linter for embedded queries. Catches missing tables,
4-
> missing columns, and broken JOINs in raw SQL strings inside Python and
5-
> Rust source — at edit time, not at runtime.
4+
> missing columns, and broken JOINs in raw SQL strings inside source code
5+
> — at edit time, not at runtime.
66
77
```python
88
def fetch_user(uid):

0 commit comments

Comments
 (0)