Araq / ormin

Ormin -- An ORM for Nim.
MIT License
153 stars 18 forks source link

Support database type timestamp and serial #46

Closed huaxk closed 4 years ago

huaxk commented 4 years ago

Fix #25 , support timesamp and serial. Refactor bindResultJson and bindParamJson, allow to override. Add tests for every database type, and fix some test prombles.