Skip to content

Commit

Permalink
Merge pull request #4 from neil-forks/main
Browse files Browse the repository at this point in the history
give credit to pypika
  • Loading branch information
ikaneshiro authored Mar 8, 2024
2 parents 74b6a5d + 29a1c84 commit fb9b56f
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 fb9b56f

Please sign in to comment.