Skip to content

Commit

Permalink
give credit to pypika
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilHanlon authored Aug 21, 2023
1 parent 737c3e8 commit 29a1c84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pika
ORM-like SQL builder
ORM-like SQL builder inspired by [kayak/pypika](https://github.com/kayak/pypika)

# Features
* Any feature supported by sqlx
Expand Down Expand Up @@ -74,4 +74,4 @@ func main() {

log.Println(rows)
}
```
```

0 comments on commit 29a1c84

Please sign in to comment.