nim-orm
nim-orm copied to clipboard
Nim's ORM module
fix Warning: expr is deprecated [Deprecated] fix Error: type mismatch: got (typedesc[Model]) etc. for nim-lang 0.16 there are no tests, please check more carefully.
/nim-orm-master/tests>nim c expr2sql.nim orm.nim(164, 53) Error: type mismatch: got (typedesc[Model]) but expected one of: proc repr[T](x: T): string nim 0.15
I wrote "import orm_mysql" in the beginning of my *.nim and got this error lib/pure/asyncdispatch.nim(1410, 7) Hint: Processing statusContent as an async proc. [User] lib/pure/asyncdispatch.nim(1410, 7) Hint: Processing sendHeaders as...
Good day! First of all, thanks for your interesting repo. I've got just a small general question: are you aware of any other nim ORMs? This language seems to be...