1 Commits
0.1.0 ... 0.1.1

Author SHA1 Message Date
35af299fdc Rename module from 'fiber_orm_nim' to 'fiber_orm'. 2019-12-25 18:51:00 -06:00
3 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import db_postgres, macros, options, sequtils, strutils, uuids
from unicode import capitalize
import ./fiber_orm_nim/util
import ./fiber_orm/util
type NotFoundError* = object of CatchableError