Added the first commands

This commit is contained in:
netbenixcn 2020-06-03 21:14:42 +02:00
parent 59846c52f7
commit df87556701
8 changed files with 64 additions and 16 deletions

6
utils/sql_test.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef _SQL_TEST_H_
#define _SQL_TEST_H_
void testSQLConnection();
#endif