Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
56a257be2e | |||
35af299fdc |
@ -1,6 +1,6 @@
|
|||||||
# Package
|
# Package
|
||||||
|
|
||||||
version = "0.1.0"
|
version = "0.1.2"
|
||||||
author = "Jonathan Bernard"
|
author = "Jonathan Bernard"
|
||||||
description = "Lightweight Postgres ORM for Nim."
|
description = "Lightweight Postgres ORM for Nim."
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
@ -2,7 +2,7 @@ import db_postgres, macros, options, sequtils, strutils, uuids
|
|||||||
|
|
||||||
from unicode import capitalize
|
from unicode import capitalize
|
||||||
|
|
||||||
import ./fiber_orm_nim/util
|
import ./fiber_orm/util
|
||||||
|
|
||||||
type NotFoundError* = object of CatchableError
|
type NotFoundError* = object of CatchableError
|
||||||
|
|
Reference in New Issue
Block a user