Added the first commands
This commit is contained in:
parent
59846c52f7
commit
df87556701
8 changed files with 64 additions and 16 deletions
6
utils/sql_test.h
Normal file
6
utils/sql_test.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef _SQL_TEST_H_
|
||||
#define _SQL_TEST_H_
|
||||
|
||||
void testSQLConnection();
|
||||
|
||||
#endif
|
||||
Reference in a new issue