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:
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.
Fix #47 github action nim version issue.
Github action test no longer need to install database client.
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: