Araq / ormin

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

Refactored test codes,no longer depend on nim script. #51

Closed huaxk closed 4 years ago

huaxk commented 4 years ago

Thanks alaviss to pull request #40, makes it available to use prepareStmt at compile time, so can create table and insert data in the test code, but not nim script before compiling. The pull request include the following improvements:

  1. Move database preparation code before testing from nim script to test code,this makes the testing process clear and no longer depend on nim script.
  2. Fix #47 github action nim version issue.
  3. Github action test no longer need to install database client.