Skip to content

Commit

Permalink
new cursor pagination changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcesoft committed Jan 23, 2023
1 parent 967c814 commit 4daf190
Show file tree
Hide file tree
Showing 16 changed files with 598 additions and 175 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,9 @@ example-simple:
example-find:
@cd _examples/find && \
SSQL_DB=ssql SSQL_USERNAME=postgres SSQL_PASSWORD=dev SSQL_HOST=localhost SSQL_PORT=5432 \
go run *.go

example-cursor:
@cd _examples/cursor && \
SSQL_DB=ssql SSQL_USERNAME=postgres SSQL_PASSWORD=dev SSQL_HOST=localhost SSQL_PORT=5432 \
go run *.go
Loading

0 comments on commit 4daf190

Please sign in to comment.