customer can be saved into db
This commit is contained in:
6
headers/data.h
Normal file
6
headers/data.h
Normal file
@ -0,0 +1,6 @@
|
||||
#include "../thirdparty/SQLiteCpp/include/SQLiteCpp/SQLiteCpp.h"
|
||||
#include "Customer.h"
|
||||
namespace data {
|
||||
SQLite::Database start_db();
|
||||
|
||||
}
|
Reference in New Issue
Block a user