Add support for pagination in functions returning multiple records.

This commit is contained in:
2022-09-08 11:40:20 -05:00
parent 004e3c19bb
commit 454fc8c47a
2 changed files with 142 additions and 30 deletions

View File

@ -1,6 +1,6 @@
# Package
version = "1.0.4"
version = "2.0.0"
author = "Jonathan Bernard"
description = "Lightweight Postgres ORM for Nim."
license = "GPL-3.0"