|
||
---|---|---|
.. | ||
.mvn/wrapper | ||
src | ||
.gitignore | ||
mvnw | ||
mvnw.cmd | ||
pom.xml | ||
readme |
readme
# Instructions ## Create and use the database ```shell $ taos > create database mp_test ``` ## Execute test cases ```shell $ mvn clean test ```