Araq / ormin

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

More completed test code #32

Closed huaxk closed 4 years ago

huaxk commented 4 years ago

I refactored the test codes I contributed earlier. The test case database relational model is based on forum in ormin's examples. It is a sufficiently complex multi-level relational model. It tests all databases supported by ormin, including sqlite and postgresql. I hope that on this basis, I can further fix the found bugs (issues 28~31), and contribute more features and supported more sql functions.

Araq commented 4 years ago

Superb work!