Extract pagination logic into a common, exported function. Fix PG date parsing (again).

This commit is contained in:
2025-01-10 20:25:13 -06:00
parent 2030fd4490
commit af44d48df1
3 changed files with 38 additions and 56 deletions

View File

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