Correctly pluralize tables names in getAll and findWhere generated procedures.

This commit is contained in:
2022-09-08 10:40:59 -05:00
parent 4e0a173c76
commit 004e3c19bb
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Package
version = "1.0.3"
version = "1.0.4"
author = "Jonathan Bernard"
description = "Lightweight Postgres ORM for Nim."
license = "GPL-3.0"
@ -10,5 +10,5 @@ srcDir = "src"
# Dependencies
requires "nim >= 1.4.0"
requires @["nim >= 1.4.0", "uuids"]
requires "https://git.jdb-software.com/jdb/nim-namespaced-logging.git"